• muscles68

    (@muscles68)


    Great theme but i have an issue the sub menu dropdown is not wide enough so it stacks menu items. i cant seem to find the code to alter it
    many thanks

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • jtonline

    (@jtonline)

    It looks OK to me, but if you want to change the width, the following code should suffice:

    .nav ul {
       width: 320px;
    }
    • This reply was modified 2 years ago by jtonline.
    Thread Starter muscles68

    (@muscles68)

    That did the trick thank you
    one other thing my header menu has a border on the top and no matter what code ive looked it i can not find the one to remove it

    jtonline

    (@jtonline)

    Try this:

    #nav-header.nav-container {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    Thread Starter muscles68

    (@muscles68)

    Spot on thank you i spent hours trying to find that lol
    you are a star

    jtonline

    (@jtonline)

    Haha, glad to help. I’m no expert, but have found info. in these forums useful at times myself.

    P.S. The content of your static pages in the bottom menu contain a number of exclamation marks (!) and none of them should be there ??

    Thread Starter muscles68

    (@muscles68)

    Sorry you lost me there buddy

    jtonline

    (@jtonline)

    On your Privacy Policy page you have “Personal Information!” and “Security!” and “Cookies!” and “Advertisers!”

    The same with the headings on your Terms page and the heading “SLV Giftware! Delivery!” on your Delivery page.

    They should be full stops not exclamation marks.

    Thread Starter muscles68

    (@muscles68)

    Oh yes i see thank you i dono why i did that tired from working lol
    cheers buddy

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘sub menu width’ is closed to new replies.