• Resolved Chuckie

    (@ajtruckle)


    Can I ask about the main menu on a desktop browser?

    For example:

    https://www.dropbox.com/s/q0q3oam5c1dkm7l/website.jpg?dl=0

    I have a big screen but the whole screen is taken up by the header etc and I have to scroll down to the actual page.

    On devices it uses the menu in a widget.

    Do you have any thoughts about this? I am thinking a widget instead of the menus at the top?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Chuckie

    (@ajtruckle)

    I have an update. I decided to move some of the menu items as you will see so that they were not on one line.

    It is much better now as we have sub menus.

    Question – On a desktop browser can we widen the width of the drop-down menu so that it does not word wrap? I understand it word-wrapping on a smaller handheld device but on a PC could be avoid word-wrap of a sub-menu if possible?

    Andrew

    Theme Author Anthony Hortin

    (@ahortin)

    Adding the following style should increase the width of that menu dropdown for you:

    
    #site-navigation ul ul a {
        width: 18rem;
    }
    

    Just change the width to whatever you want.

    Thread Starter Chuckie

    (@ajtruckle)

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Location of main menu for desktop browsers’ is closed to new replies.