Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1014357

    I have an issue with some elements on small screens. They are just not perfectly centered as they should be. Some examples:

    – boxes on https://www.eiweisspulver-test.com/news

    – icons and/or text in small bar above menu (phone info): This one is more subtle.

    – buttons

    How can this be fixed?

    #1014545

    Hey aph80,

    I can’t see that on my end using Chrome, everything looks centered. Could you post screenshots of the problem and in which browser you are seeing them please?

    Best regards,
    Rikard

    #1014682

    mobile chrome

    very small desktop chrome

    #1014970

    Hi aph80,

    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: 767px) {
         .av-layout-tab-inner .container {
             width: 100vw !important;
         }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1014991

    Thank you very much Victoria!

    #1015101

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Some elements not centered on mobile’ is closed to new replies.