Viewing 11 replies - 1 through 11 (of 11 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you have a section in the dashboard named, “Custom CSS”, or are you using a Child Theme?

    Thread Starter MicSom

    (@micsom)

    Not sure about that, im not much of an expert but i did tried some editing to the style.css and at one time it did work, alligned to the right, but after a bit more playing with it i lost it.

    Not sure what custom CSS is or Child Theme, i edit the file via the editor in the dashboard.

    Thanks

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Download and install this Custom CSS Manager plugin to hold your CSS modifications. If you’ve made CSS modifications to style.css, try to take them out and put them in the Custom CSS Manager plugin.

    It means when the theme updates, your CSS modifications will not be erased.

    For the originating query of this thread, enter this in the Custom CSS Manager section of the dashboard;

    #branding ul.menu {
     float: right;
    }

    Thread Starter MicSom

    (@micsom)

    Wow thanks a lot buddy!
    that just did it. cant thnk you enough..

    Could you help me do the same for the lower part, i have another menu on th bottom, here is a screenshot:
    http://img547.imageshack.us/img547/6099/sko2.jpg

    and on the upper menu that was just fixed when you stand on it with your mouse you get this rollong secondary menu, is it possible to get it to the left? here is another screen to explain
    http://img801.imageshack.us/img801/4886/skoii.jpg

    Thanks again for your wuick reply!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Could you help me do the same for the lower part

    Sure, amend the code to this;

    #colophon #access-footer ul.menu,
    #branding ul.menu {
     float: right;
    }

    secondary menu, is it possible to get it to the left?

    How far to the left?

    Thread Starter MicSom

    (@micsom)

    Its going right is it was planned to for the ltr so i need it exactly to the opposite direction. not sure but if i knew where the value is im sure i could play with it and find it.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry, I’m not sure what you’re asking.

    Thread Starter MicSom

    (@micsom)

    At the second photo on my last post you can see the menu opens when you stand on it. when it opens it tends to the right, you see the word “אוקטביה” in hebrew? i would like it to go the the rtl direction as well.

    Hope i wxplained a bit better, sorry, english is not my mother lang.

    Thanks

    frueck

    (@frueck)

    Great Theme!
    But i need the Menues centered…!?

    Thanks

    Thread Starter MicSom

    (@micsom)

    Hey all,
    still cant align the lower menu bar (to the right), il appreciate any help with that. for some reason it doenst get affected by changes i do the css.

    Here is a screenshot:
    http://oi42.tinypic.com/8xq7f6.jpg

    and the upper menu is aligned except the part in the screenshot (sub menu)
    http://oi41.tinypic.com/j81uv7.jpg

    here is a link to the website:
    http://xn—–zldoibmcudec3g4bya.co.il/

    Thanks

    Thread Starter MicSom

    (@micsom)

    OK, i fixed the lower manu bar. not sure where it was (:

    got left only with the alignment of this on the upper manu:
    http://oi41.tinypic.com/j81uv7.jpg

    Thanks

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Aligning menu to the right’ is closed to new replies.