Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #749745

    I’ve read the other threads on this topic, and each of the custom CSS solutions didn’t work. When i re-size my desktop browser window, the text and buttons are either moved below the slider window and out of view, or misaligned. Looking to have the buttons stack or behave like other responsive best practices.

    Site I’m working on: http://hosting.spectora.com/

    Thank you and apologies is this has been answered already.

    #749759

    Hey kjwaggz,

    Are you speaking of the header or the testimonials section of the link provided?

    Best regards,
    Jordan Shannon

    #749762

    Sorry, the header buttons and caption. I’m using the Chrome emulator to view it on iPad and the buttons and caption get cut off. Adding the Slider Minimum Height in Pixels to 300px helped look good on iPhone, but tablet still gets cut off.

    #749834

    Hi,

    Try adding the following to the Quick CSS field in Enfold Theme Options > General Styling

    @media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (-webkit-min-device-pixel-ratio: 1)
    {

    .slideshow_inner_caption{
      width: 445px;
    }

    }

    Best regards,
    Jordan Shannon

    #750204

    I believe this has solved it. Thank you!

    #750215

    No problem, let us know if you need anything else!

    Best regards,
    Jordan Shannon

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