Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #892194
    logoglo
    Participant

    Hi there, I have some Visual Baker flip boxes setup:

    http://486.408.myftpupload.com/why-upsiid/

    But as you can see, when you make the page thinner, they overlap, is there anyway of preventing this? maybe it has to do with the columns?

    Thanks.

    Gary.

    #893058
    Rupok
    Member

    Hi Gary,

    Thanks for writing in! You are using the columns correctly but you have set static height and width for the flip cards. Kindly remove static height and width or use percentage.

    Cheers!

    #893850
    logoglo
    Participant

    Ok, I have put the width back to 100% (I cannot put a % height to it though, it messes it up, so I put 250px which is the height of the image inside) but its still overlapping….each flip card has an image, that is not text, just an image…white background. It there a way to stop it overlapping?

    #894800
    Rupok
    Member

    Hi Gary,

    Thanks for clarifying. I see that’s not even an image rather a background image. Certainly it’s not the right way of using Cards element. I am afraid it might not work as expected.

    Thanks for understanding.

    #895636
    logoglo
    Participant

    The cards are setup for use with images and text, so I used an image, is there no way of stopping that background image from shrinking or overlapping?

    #896507
    Thai
    Moderator

    Hi There,

    Please try adding the following CSS under Customizer > Custom > Global CSS:

    @media (max-width: 979px){
    	.cq-flipbox-left {
    		background-size: 100% 100% !important;
    	}
    }

    Hope it helps 🙂

    #896833
    logoglo
    Participant

    thanks! It nearly works perfectly, but as you make the width of the page smaller, they still overlap slightly before switching..

    #897570
    Rupok
    Member

    Hi there,

    Thanks for updating. In that case you can change the max-width to a higher value.

    Cheers!

    #900553
    logoglo
    Participant

    Great! thanks!

    #901742
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-892194 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>