• hi all,

    site: http://www.healthathandclinic.co.uk

    I commented out the search bar from the nav bar which was next to the ‘contact us’ menu.

    As you can see the menu buttons are aligned to the left of the page making the header image look right aligned. Can anybody advise on how to move the menu’s to the right.

    thank you all in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try this to getting rid of the search and keep the menu center align.

    .site-header .search-form { display: none; }
    ul.nav-menu, div.nav-menu > ul { padding-right: 0; text-align: center; }
    .nav-menu li li { text-align: left; }

    Just so you know, the header image of this theme is not designed to display site logo.

    Thread Starter healthathandclinic

    (@healthathandclinic)

    Hi Paulwpxp,

    Sorry for the late reply. Your help was noted however i was away for a couple of days. Thank you so much for your help. It worked PERFECTLY.

    As for your last comment, is it a big deal if i use the logo in my header? Im not looking for the logo to have any function, so having it as an image seemed the best thing to do.

    Thank you again!

    is it a big deal if i use the logo in my header?

    Yes, it is a problem because the logo could only be seen in part when viewed in small screen device. You might try searching in Twentythirteen subforum for the fixes that already provided, see if that helps in your case.

    I would just make additional 1 or 2 small versions of the logo to use in media queries targeting small screen. The important thing is to have the smallest one for 320px width (iphone portrait viewport).

    Thread Starter healthathandclinic

    (@healthathandclinic)

    oh god no idea what you just said but ill definitely take a look lol thank you again!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘move menu to right’ is closed to new replies.