Hey Vinnie,
Thanks a lot!
Thanks guys worked like a charm!
But i now noticed the logo is cut off on mobile. The menu is fine. So I added some custom css, which did align the logo correctly but half of it is cut off. I have uploaded a screenshot to my wordpress site, I have provided a link to it.
Here is the code I added:
@media only screen and (max-width: 767px) {
.responsive .logo img {
margin: 0 auto;
max-width: 100%;
width: 100% !important;
position: relative;
left: 77px;
}
}
Hey Elliot,
Thanks for the quick response. This did work, but I was also hoping to move the menu to the left as well. How can I do that?
Thanks a lot, it works great!
Love the quick support!
Hey Elliot,
Thanks for the quick response, I added the code as you suggested. More of the text is now visible but not all of it, what else can i do?