This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Moving the sidebar to the left

Resolved 5 replies themetheme-vantage
11 years ago · Last reply by Andrew Misplon 10 years ago

Hello there,
I build a homepage using homepage builder and in some pages i want to put a left sidebar.
I saw a code in here like that;

/* Vantage Display Left Sidebar */
.blog #primary,
.single #primary,
.default #primary,
.page #primary {
        float: right; }
.blog #secondary,
.single #secondary,
.default #secondary,
.page #secondary {
        float: left; }
.home #primary,
.page-template-templatestemplate-full-notitle-php #primary {
        float: none;
}

but when i put this code into the style.css,nothing has changed.
how can i move the sidebar of the vantage to the left.

Thank you all.

PS:If you want to take a look the site to figure out what i am talking,you can check
www.plcvfd.com/tr

sample page for the sidebar that i want to put in;
http://plcvfd.com/tr/?product_cat=ac-motor-surucu

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 11 years, 7 months ago

    Hi

    The CSS selectors you’ve pasted above need to go under Appearance > Custom CSS in Vantage Premium. If you’re running Vantage Free paste those selectors into a Custom CSS plugin or module like the one bundled with Jetpack: http://jetpack.me/support/custom-css/

    If you aren’t editing within a child theme any changes you make via Appearance > Editor will be overwritten (completely lost) the next time you update Vantage.

  2. king 10 years, 10 months ago

    hello to you all! The solusion! (I hope)

    i had the same problem and nothing seem to work.
    i try to figure what is wrong and then i notice that each time i save the changes
    the head line stick to the previous css code line above.

    So i put the brucket – } a line before, and it worked!

    }
    /* Vantage Display Left Sidebar */

    Andrew! you are doing a great job and i thank you all!
    Please publish the code with the brucket before the head line code, it seems people tend to loose the one
    in the end of the previous css code.

    Thanks

  3. Andrew Misplon Staff 10 years, 10 months ago

    Hi king

    Thanks for your feedback and input, it’s most appreciated.

    Here we go, hopefully easier to copy / paste like this:

    /* Vantage Display Left Sidebar */
    .blog #primary,
    .single #primary,
    .default #primary,
    .page #primary { 
            float: right; }
    .blog #secondary,
    .single #secondary,
    .default #secondary,
    .page #secondary { 
            float: left; }
    .home #primary,
    .page-template-templatestemplate-full-notitle-php #primary {
            float: none; }

    If you’re running Vantage Premium, this is now a feature of the Customizer.

  4. king 10 years, 10 months ago

    I meant it to be display like this: with the brucket before the head line
    cause as i said – people tend to loose the one or miss it because of changes
    they made in the CSS editor. Just add } a line before the Title line/

    }
    /* Vantage Display Left Sidebar */
    .blog #primary,
    .single #primary,
    .default #primary,
    .page #primary {
    float: right; }
    .blog #secondary,
    .single #secondary,
    .default #secondary,
    .page #secondary {
    float: left; }
    .home #primary,
    .page-template-templatestemplate-full-notitle-php #primary {
    float: none; }

    Thanks for your apply.

  5. Andrew Misplon Staff 10 years, 10 months ago

    Hi king

    Good to hear from you again.

    A quick clarification. There shouldn’t be a closing bracket before the start of your CSS rule. The only time that would be valid would be if the rule above, wasn’t correctly closed. Hope that helps explain what might have happened there.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread