• Resolved Quan_master

    (@quan_master)


    Is there anyway to change the layout of the resume, such as having 2 columns like the one provided in the demo?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ben Balter

    (@benbalter)

    Yes, but you’ll have to be at least a bit familiar with CSS/HTML.

    To change the CSS, simply create a file in your theme directory called “resume-style.css” and the plugin will pull that style sheet rather than its built in default style.

    To change the HTML, simply place a file in your theme directory and call it “resume.php” and edit away. The plugin will use your template, rather than the one included. It may be easier to begin by copying the default template into your theme folder and editing it to meet your needs rather than starting from scratch.

    Thread Starter Quan_master

    (@quan_master)

    Thanks Ben for the quick reply… Would it be possible to get a copy of your 2 column layout, since that is exactly what I am trying to do? in terms of having the headings at the side and the content on the right.

    Plugin Author Ben Balter

    (@benbalter)

    It is just a matter of CSS (which I looped into my theme). If you are familiar with CSS and take a look at the theme’s CSS file you should be able to float the elements as necessary. If you are not already familiar with it, FireBug should be able to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Resume] Changing layout’ is closed to new replies.