Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1297082

    Hi, I have an issue with the caption in the slider of my pages (not in the home page) but all the rest.

    I want the caption to be centered in the image and I have selected it in the options but it’s not working and it doesn’t look good, the problem is mainly on mobile… In desktop it looks quite centered…

    I attach links to the pages I’m refering to.

    Thank you in advance!

    #1297607

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 480px) { 
         .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
              padding-top: 0 !important; 
         }
    }
    

    Best regards,
    Yigit

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