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.
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
this worked. Thanks a ton