Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #521104

    hi guys

    if you pop over to

    http://176.32.230.249/theboathouseyouth.co.uk/

    You can see my logo and menu. They are both left aligned.

    How can I right align the menu text in its current form? I still want it to sit underneath the logo but right aligned

    #521336

    Hi codecreative,

    Not sure I understand what you mean by that, could you post a screenshot highlighting your intentions please?

    Regards,
    Rikard

    #521556

    Sure

    https://www.dropbox.com/s/v0zj1cvb3hp5qer/boathouseYouth.png?dl=0

    It’s really quite straight forward. I simply want my logo left aligned (like it is now) and my navigation text to be right aligned

    #521562

    Hi!

    Please add following code to Quick CSS

    .html_header_top.html_bottom_nav_header #top .main_menu .menu-item-search-dropdown {
        float: left;
    }
    .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child { 
    width: auto; 
    }
    .av-main-nav-wrap {
        float: right;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.