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

    On the mobile view of the site, the text and 2 buttons appear on top of the face in the image. I’m wondering if there is a way to move these to the top of the screen just for mobile view. Any ideas? I don’t want to change the way it looks on the desktop view.

    #763064

    Hey amyspearsgavin,

    To fix your problem, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    
    @media screen and (max-width: 480px) {
        .slideshow_align_caption {
            vertical-align: top !important;
        }
    }
    
    

    Let me know if it works :)

    Best regards,
    John Torvik

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