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

    Hello,
    I’ve set a grid element using an icon box for content, mobile behavior is for each to be shown individually, and always visible.

    It is showing up on mobile however the longer icon box titles are cut off when screen is small. It doesn’t appear to be responsive. What do you suggest? This element is on 25+ pages of my site so if we can fix with quick css, the theme editor, or another global setting, that would be great! Site info below in private area.

    #761621

    Hey mattb1169,

    Can you provide a screenshot and/or direct me to the page this is happening on.

    Best regards,
    Jordan Shannon

    #761632

    Hi Jordan,
    Thanks for the reply. How do I attach a screen shot in this form?

    #761647

    Hi,

    Would you be a able to share via dropbox or a service such as this. Or, you can just let me know what page this issue is occuring on because I was not seeing it when I visited the first time.

    Best regards,
    Jordan Shannon

    #761652

    Jordan,
    Link below, sorry should have thought of that!

    #762099

    Hi,

    This should be fixed. I added the following to quick css:

    @media only screen 
    and (min-device-width : 1024px) 
    and (max-device-width : 1366px) { 
    .flex_cell{
    display:block !important;
    width:100% !important;
    }}

    Let me know if this works for you.

    Best regards,
    Jordan Shannon

    #762100

    Thanks Jordan,
    Appreciate the help!
    Matt

    #762104

    Hi,

    No problem, I’m glad this was able to be fixed for you. If you need any additional help please don’t hesitate to contact us here.

    Best regards,
    Jordan Shannon

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