Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #863641

    I am having a problem with the icon boxes. Because the theme is responsive the boxes get really skinny and the text starts to get cut off before it changes to the mobile version where boxes are listed under each other. I need to adjust this so it breaks sooner.

    here is a short screencast explaining the issue more clearly http://screencast-o-matic.com/watch/cb6lYDImej

    • This topic was modified 7 years, 6 months ago by 4ROI.
    #864201

    Hey 4ROI,

    Thanks for the screencast. Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #864926

    Thanks for getting back to me Rikard, The website is in development, the link is being sent privately

    #866046

    Hi,

    Thank you for the info. And we are very sorry for the late response.

    Please use the following css code to adjust the size of the columns when the screen width is equal or less than 1024px which is the standard size of most tablets.

    @media only screen and (max-width: 1024px) {
        .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
            margin: 0;
            margin-bottom: 20px;
            width: 100%;
        }
    
        .responsive #top .flex_column_table_cell {
            display: block;
        }
    }

    Best regards,
    Ismael

    #866312

    Hi Ismael,
    Thanks for getting back to me. I tried adding the css and it does not work. I did add some css to adjust the heading size as well. here is everything I have in the custom css right now. I am testing screen sizes in http://quirktools.com/screenfly/ and still see the same issues on some screen sizes.

    @media only screen and (max-width: 1024px) {
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    }

    .responsive #top .flex_column_table_cell {
    display: block;
    }
    }`

    @media only screen and (max-width: 1200px) {
    h2.avia-caption-title {
    font-size: 48px !important;
    }}
    @media only screen and (max-width: 1325px) {
    .avia-caption-content {
    font-size: 35px !important;
    }}
    @media only screen and (max-width: 1100px) {
    .avia-caption-content {
    font-size: 25px !important;
    }}
    @media only screen and (max-width: 900px) {
    h2.avia-caption-title {
    font-size: 42px !important;
    }}
    @media only screen and (max-width: 875px) {
    .avia-caption-content {
    font-size: 20px !important;
    }}
    @media only screen and (max-width: 875px) {
    h2.avia-caption-title {
    font-size: 38px !important;
    }}
    @media only screen and (max-width: 767px) {
    .avia-caption-content {
    font-size: 18px !important;
    }}
    @media only screen and (max-width: 769px) {
    h2.avia-caption-title {
    font-size: 25px !important;
    }}
    @media only screen and (max-width: 479px) {
    .avia-caption-content {
    font-size: 14px !important;
    }}
    @media only screen and (max-width: 479px) {
    h2.avia-caption-title {
    font-size: 20px !important;
    }}

    #866948

    Hi,

    There’s a back quote right after the css modification. Please remove it.

    .responsive #top .flex_column_table_cell {
    display: block;
    }
    }"BACKQUOTE HERE"
    

    Best regards,
    Ismael

    #867871

    I removed it, but it didn’t improve it. The blocks did change, but are more cramped now and still have overflow of text in some views

    #867998

    Hi,

    Thank you for the update. Please post the login details in the private field so that we can check the css modifications.

    Best regards,
    Ismael

    #868363

    here you go

    #869090

    Hi,

    Thank you for the info. There are missing curly braces in the css media query when we checked the css modifications. Please remove browser cache before checking the page again.

    Best regards,
    Ismael

    #869119

    still not working, but I am going to change the design, so i won’t have to deal with these boxes.

    #869912

    Hi,

    Alright. Let us know if you need anything else.

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Problem with icon boxes in responsive’ is closed to new replies.