Home Forums Trusted Pro Content box spacing

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #3992
    planetshay
    Participant

    Hello,

     

    Can you please tell me how I can shorten the space between the Content Box and the Featured Services? Please see below:

    #3994
    Andy
    Keymaster

    Can you please try this in Customize > Additional CSS:

    .featured-post{
        margin-bottom: 20px;
    }
    #3996
    planetshay
    Participant

    It works great when your in desktop view, thanks! However, when it goes to mobile or tablet view, the featured services boxes overlap each other. Is there a fix for that?

    #3999
    Andy
    Keymaster

    OK, change it to this so that it is only applied above mobile view

    @media screen and (min-width: 769px){
        .featured-post{
            margin-bottom: 20px;
        }
    }
    #4002
    planetshay
    Participant

    That worked. Thank you 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Content box spacing’ is closed to new replies.