Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1258943

    You can see when you’re on the mobile version of this site:

    The portfolio items at the top and the news and update blog items are FAR too close when on mobile scaling. This can’t be how you all coded it can it? I need some code to get the spacing between each item larger.

    #1258982

    Hey mbesh,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    .avia-builder-el-18 article{
    margin:30px 0px!important;
    }
    
    .avia-builder-el-33 article{
    margin:30px 0px!important;
    }}

    Best regards,
    Jordan Shannon

    #1260232

    Life save, thank you!

    #1260238

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog Posts mobile spacing is fa too close’ is closed to new replies.