• Resolved Narmeensays

    (@narmeensays)


    Hi,
    I recently downloaded this theme and wish to move to the sidebar which is located on the ‘About’ page to the static homepage. Can someone explain how I go about this?

    Also, I sort of removed a small portion of info from the content-page.php section while trying to figure out how to move the sidebar. It doesn’t seem to have affected the layout at all though, does that mean it’s fine?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    In your header.php look for:

    get_header(); ?>

    below it add:

    <?php get_sidebar(); ?>

    then replace the code in your main.css with the following one:

    https://pastebin.com/f7MehtvN

    *You can find main.css at wp-content/themes/sixteen/css/main.css

    Thread Starter Narmeensays

    (@narmeensays)

    So is this correct then: <?php if ( get_header_image() ) : ?>
    <div id=”header-image”></div><?php get_sidebar(); ?>

    Also, how do I edit the code in my main.css? I’m able to access it, but I can’t paste the code you gave me in there.

    I’m a complete newbie to all this stuff haha so if you could give me step-by-step instructions that would really help.

    No need to complicate things. No Coding required.

    Just go to that page. Edit it.

    And change its template to Full WIdth.

    SOLTATIO

    (@soltatio)

    I tried to do this too. I could go to all the pages, but you cannot go to the “home” page. It is not an option to edit it there. Am I missing something? Awesome theme by the way!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Important Sidebar Question!’ is closed to new replies.