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

    Hello. On my page I have added a color element. At desktop screen widths, there is some space between the thumbnail image and the previous element (screenshot). But at mobile screen widths (>768 px), there is no space between the thumbnail image and the previous element (screenshot). Is there a way within the theme/page builder to add some top padding to the element at these screen widths? Or would I have to simply add my own custom CSS?

    Thanks.

    #1135098

    Hey FeedXL2019,

    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) {
      #top .avia-image-container {
          margin-top: 20px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1135300

    OK thanks, that worked. We can consider this resolved.

    #1135458

    Hi FeedXL2019,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to add top padding to color section at mobile screen widths?’ is closed to new replies.