Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #337621

    I love the theme! Thanks so much. I’ve updated dated it to version 3.0 however when I did so, the header in vertical view is now distorted and a portion of the menu button covers it. I had the same problem in the older version and a custom css fix was given by your team however that isn’t solving the problem in this case. Any help is greatly appreciated. :)

    #337627

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
        .responsive .logo img {
            width: 280px;
            height: auto !important;
            top: 8px;
        }
    }

    Cheers! 
    Josue

    #337633
    This reply has been marked as private.
    #337635

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.