Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #893698

    Hello,

    I have a problem displaying the website on mobile devices.
    As you can see on the picture below, the title overlapps with the search and translation icon.
    I didn’t found a solution yet.
    Is there an option in the settings or a Quick CSS-Code?

    Thanks and best regards

    • This topic was modified 6 years, 10 months ago by bremerlloyd.
    #893991

    Hey bremerlloyd,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #894625

    Yes sure

    • This reply was modified 6 years, 10 months ago by bremerlloyd.
    #894825

    Hi bremerlloyd,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
      .responsive #top #wrap_all .container {
         width: 95%;
          max-width: 85%;
      }
      .responsive .logo img {
            width: 78%;
        	padding-top: 10px;
        }
    }

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #895231

    it works,
    thank you and best regards

    #895524

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #895559

    Hey,

    you can close this topic, thanks

    #895572

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘titles overlapping on mobile devices’ is closed to new replies.