Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #342879

    Hey guys quick question for you. My site is http://www.jackandaddi.com

    If you look at the image above when you view my site in a browser window above the mobile menu pop size the bottom stoke on the header menu is normal and thin 1 px or something. But when you view on mobile menu pop up size the line thickens. Can you help me manage this back into the normal smaller size.

    I have some custom css in place for my menu and logo changes I made and I am sure something in there is doing it but I can’t seam to track it down to adjust it back thanks.

    #343122

    Hi allegrabillings!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive #top #main { margin-top: -1px; }}

    Best regards,
    Yigit

    #345401

    this worked. Thanks a ton

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘horizontal line under header’ is closed to new replies.