• Resolved Cole

    (@simplycole)


    Hey there!

    I just wanted to see if there is anyway that you could help me fix the responsive styling for text on the back of the flipbox. The text is not properly adjusted to fit the height of the flipbox when the page is viewed on a mobile device.

    Thank you!

    • This topic was modified 1 year, 1 month ago by Cole.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author biplob018

    (@biplob018)

    Hi @simplycole

    Thank you very much for contacting us and hope you doing well,

    After checking your website, It’s full width, On mobile devices it’s 2 columns per row, which means it’s too small for text. If we give custom css for visgile text will too small for users. So we suggest you to set single image per rows with some custom css.

    @media only screen and (min-width: 601px)and (max-width: 900px){ .oxilab-flip-box-col-5{ width: 50%; }}
    @media (max-width: 600px){ .oxilab-flip-box-col-5{ width: 100%; }}

    Kindly add this custom css and hope your design will looks better

    Plugin Author biplob018

    (@biplob018)

    This thread has been inactive for a bit, so I’m going to mark it as Resolved now. Please feel free to open a new one if you have any further questions.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Responsive Styling – All Text Not Shown’ is closed to new replies.