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

    Hi. I apologize if this has been recently answered, but I have had no luck finding the answer to my question. I need to move the caption text to be just above the caption title of a fullscreen slider. Does anyone know how to do this; I do not see an option and can’t seem to figure it out. Any help would be greatly appreciated!

    #766782

    Hey SunFrog,

    Please provide a link to the site in question.

    Best regards,
    Jordan Shannon

    #767718
    #767804

    Hi,

    Could you please provide admin info so I can login and make the correction? You could just switch their positions in the slide editor and then switch the font styles. This is a great solution.

    If you want to do it via css instead try putting this in quick css:

    
    .avia-caption-content.av_inherit_color p{
        MARGIN-TOP: -150px!important;
        PADDING-BOTTOM: 100px!important;
    }
    
    @media only screen and (max-width: 784px)  {
    
    .avia-caption-content.av_inherit_color p{
        MARGIN-TOP: -50px!important;
        PADDING-BOTTOM: 10px!important;
    }
    }
    
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px)  {
    
    .avia-caption-content.av_inherit_color p{
        MARGIN-TOP: -130px!important;
        PADDING-BOTTOM: 110px!important;
    }
    
    }
    
    

    Best regards,
    Jordan Shannon

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