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

    Hey There, We are seeing an odd button stacking problem on the slider. Users on browsers below 1200px wide are seeing the buttons staking, and unevenly.

    We want them to remain side by side, but they should still stack on mobile.

    Do you have any advice ?

    Thanks !

    #642576

    Hey jimmywhale,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 1200px) {
    .slideshow_caption {
        width: 100%;
    }}
    

    Best regards,
    Yigit

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