Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #401795

    Hi,

    I’ve customised 3 flex columns, ie placed custom classes within the text containers, and I’ve noticed that they overlap when shrinking the screen. They eventually will go underneath each other, but only after about 30% overlap.

    Is there anyway to control when items will transition to the next line on a media css line for example?

    Cheers

    #402133

    Hey uvanlj1!

    Can you please post the link to your website?

    Regards,
    Yigit

    #402645
    This reply has been marked as private.
    #403192

    Hi!

    Adjust the width of the elements inside the columns to 100%:

    @media only screen and (max-width: 1100px) {
    #homepage .welcome, #homepage .service, #homepage .testimonials {
    width: 100%;
    }}

    Best regards,
    Ismael

    #403218

    That helps a lot, I’ll need to do some work to adjust how the image reacts, but I think I can get there…thank you again

    #403220

    have tested a little and think I’d prefer an option which keeps the containers at the same width, and forces the container to go underneath similar to when the website reduces to a mobile width.

    Is this possible?

    Cheers

    #403299

    all good, I understand that it’s the flex_column that still reduces in size and that is the class which I need to apply a min-width clause…

    Thank you

    By the way, I actually really like the support element and the structure which you guys help your customers, so let me know a link to write a review:)

    #403964

    Hey!

    glad it’s working for you. Let us know when you need any more help with the theme. We are happy to assist you.
    If you wish to write a review you can do so when you login into your themeforest account and rate for Enfold here: http://themeforest.net/downloads

    Best regards,
    Andy

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