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

    Hi there,
    I looked for existing threads but I couldn’t seem to find the answer, I know it’s an easy one.

    On http://www.peopleschoiceinspections.com I’m looking for how to center the title, caption and buttons on mobile. They are currently off the screen to the right.

    Thanks!

    #974613

    Hey kjwaggz,

    Thank you for using Enfold.

    Use this code to adjust the default width and position of the caption container.

    @media only screen and (max-width: 767px) {
    .slideshow_inner_caption {
        width: 85%;
        margin: 0 auto;
    }
    }

    You may need to disable the css and js compression from the Performance panel in order to see the changes.

    Best regards,
    Ismael

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