• Resolved mindmademadness

    (@mindmademadness)


    Hello everyone.
    I am looking for some help/advice.
    I have created my first website using WordPress theme zeecorporate.

    I have a problem with my menu however and am not sure how to change it. Currently the menu should sit to the right of logo, however I wanted it to sit below the logo, and did manage to do this by adding a longer logo. At the moment it looks like this on some browsers but not others. On some browers the menu is squeezed next to the logo on the right and unreadable.

    The site is https://www.mindmademadness.com

    I would like to move the menu so that it sit below the logo and above the grey line. Could anyone send me some help/advice on how I can change this?

    I will admit to being a novice….!

    Thank you in advance.
    Lynne

Viewing 5 replies - 1 through 5 (of 5 total)
  • Michael

    (@alchymyth)

    possibly add this to the style of #navi:

    clear:both;width:100%;

    (not cross-browser tested)

    a tool such as Firefox’ add-on Firebug https://getfirebug.com/ might help you with identifying the involved css selectors of any element with formatting problems.

    Thread Starter mindmademadness

    (@mindmademadness)

    thank you so much for replying! I have found this code for navi in my style sheet.

    I think I want to change the ‘float: right; bit, with your suggestion – would that be correct?

    All help gratefully received!

    [CSS code moderated – the link to your site is enough to access all styles]

    Thread Starter mindmademadness

    (@mindmademadness)

    I have changed the float: right to float: left and seems to have helped but still showing up all wrong on some browsers.

    Look forward to your help

    Thanks
    Lynne

    Michael

    (@alchymyth)

    possibly add

    width: 100%;

    and/or

    clear:left;

    to these styles:

    #navi {
    	float: left;
    	margin-top: 5px;
    	padding: 5px 0;
    }

    unfortumately, I have no ways of testing the suggestions in any other browser than Firefox.

    Thread Starter mindmademadness

    (@mindmademadness)

    Wonderful…..all working perfectly now!

    thank you so much for you help :-))

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Help with Menu Bar in ThemeZee theme’ is closed to new replies.