Home Forums Trusted Pro Featured Services

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2281
    pqsys
    Participant

    Can I change the size of theĀ Featured Services boxes? Can I set them so that they would stay at a particular size?

    #2282
    Yazmin
    Keymaster

    You can increase or decrease the size of the icons with the ‘Icon Size’ setting.

    The number of columns (features per row) can also be changed from 1 to 6.
    For example if you choose 4 columns, each will be 1/4 of the overall width.

    #2284
    pqsys
    Participant

    Is there a way to increase or decrease the length of the columns? To set them to a particular length?

    #2285
    Yazmin
    Keymaster

    Yes, to set all to same height (length) add this in Additional CSS (changing 300px to your chosen height in pixels):

    #featured-post-section .featured-post {
    height: 300px;
    }

    or to set height of individual columns (.featured-post2 is the 2nd column etc..):

    #featured-post-section .featured-post2 {
    height: 300px;
    }
    
    #featured-post-section .featured-post3 {
    height: 350px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Featured Services’ is closed to new replies.