• Resolved altlabart

    (@altlabart)


    Hello guys,

    I would like to put my sidebar menu in the left side. Is it possible?

    Ps: I use a static page, not blog style site

    cheers

Viewing 6 replies - 1 through 6 (of 6 total)
  • hannah

    (@hannahritner)

    Hey,
    Add this to your custom css box in Theme Options > Advanced Settings:
    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }
    Hope it helps!

    Hannah

    prabhat_1july

    (@prabhat_1july)

    Its not working. I am not able to see the option to add the category to my site.

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    prabhat_1july,
    Can you explain what isn’t working? What is your site url?
    Where are you trying to add a category?

    Kadence Themes

    prabhat_1july

    (@prabhat_1july)

    Hi, My site is under development stage.

    https://www.ShopArena.in

    Please advise me how to change the background color for secondary menu bar.

    Also advise how to put the menu bar to left.

    hannah

    (@hannahritner)

    Hey prabhat_1july,
    You can use css like to change the background of the secondary navigation menu bar:

    .navclass {
        background: #999;
    }

    Just change out the color for your own and paste in your custom css box in Theme Options > Advanced Settings.
    What do you mean put the menu bar to left?

    Hannah

    prabhat_1july

    (@prabhat_1july)

    thanks its working!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Left sidebar menu’ is closed to new replies.