Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1238848

    Hello, love the icon grid with copy on flip. Works fine on most devices but brreaks on a smaller laptop screen where the lines that were 3 columns in 2 rows… go into 3 row with 3 icons on the top row, 1 on the second row to the right and 2 on the bottom row to the left leaving several blank spaces. How can I fix this please?

    Link to the page below.

    Many thanks

    #1239386

    Hey sensiblekaren,

    I can’t see anything like that on my end using Chrome, could you post a screenshot highlighting the problem please? Also please let us know which browser you are using.

    Best regards,
    Rikard

    #1239542

    Hi Rikard

    Thanks so much for getting back to me.

    It does not seem to matter which browser you use the issue appears – I can see on Firefox and Microsoft Edge.

    I have enclosed a screenshot of what happens at the breaking point in both these browsers.

    It only happens for a few pixels before they align into two columns as the screen size gets smaller.

    #1239744

    Hi,

    Thanks for the update. So does this only happen if you resize the browser, or on actual small devices as well? If it’s the first scenario then the chances of an actual user seeing that are very small.

    Best regards,
    Rikard

    #1239987

    Hi Rikard,

    My colleague who I am working on the website with actually has the issue ad sees it all the time – so out of 3 people who have seen the site in development – 1 out of 3 can see this issue.. She is using Chrome and her screen is 1280 x 578px

    Any help much appreciated.Thank you

    #1240266

    Hi,

    Thanks for the update. I set my browser width and height to those measurements, but I still can’t see any problems. Please see private for screenshot. Could you let us know exactly how we can reproduce this problem please?

    Best regards,
    Rikard

    #1240704

    Please see a couple of screenshots of what is being seen on my colleagues laptop. Look forward to your reply. Kind regards,

    #1241186

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    @media only screen and (max-width: 1310px) and (min-width: 1200px) {
    #avia-icongrid-5f478bc40353c li:nth-child(4) {
        clear: left;
    }}
    
    

    Best regards,
    Yigit

    #1244891

    Thank you works great.

    #1244898

    Hi,

    You are welcome!
    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Icon grid with flip’ is closed to new replies.