• Hi,

    When viewing my site on mobile there are gaps where an article or product should be. This seems to happen where the title of the article or product was longer in characters/words than expected (or longer than the item to the right of it at least).

    Please see screenshots for examples of what i mean:

    https://ibb.co/XS4wfB2
    https://ibb.co/X41rKPM

    Is there any code which i could add to stop this from happening? E.g. some extra padding to allow for the longer titles?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey,

    Please send us your site URL.

    Good Day

    Thread Starter onlinemo

    (@onlinemo)

    Hey,

    You may go to your?Dashboard > Appearance > Customize > Additional CSS

    Add this:

    .blog-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    We hope you are finding flash theme interesting. We would really appreciate for the review.

    Good Day

    Thread Starter onlinemo

    (@onlinemo)

    Hi Sabina, thanks, that seems to have worked well. It did cause an issue with text from one column overlapping with text in the column next to it but this was also because I had an especially long word (two words combined with a ‘/’) and I took out the / and replaced with a space which fixed it – I guess this is ok.

    Just one other thing, is there a simple way to increase the width of my website for larger monitors? I looked on another PC and on there my site looks quite narrow.

    and yes, happy to leave a review. where do I do this?

    Hey @onlinemo ,

    Since you have selected the boxed layout which has intentionally fixed layout to look as a box. Though, I have send you an additional css which might just work for you:

    body.boxed {
    width: 1500px;
    max-width: 97%;
    }

    You may change the width and max-width sizes as your wish.

    I hope you’ll find the information above helpful.

    Here’s the link for the review: https://www.ads-software.com/support/theme/flash/reviews/

    Good Day

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Gaps in items when viewing on mobile’ is closed to new replies.