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

    On my iPad in portrait and landscape mode, the titles for the icon boxes are not centered (See Images). Can you please provide me with some quick css to fix? Thanks!

    #639818

    Hey djshortkut,

    Thanks for getting in touch with us!

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

    
    @media only screen and (max-width: 967px) {
    h3.iconbox_content_title {
        padding-left: 0px !important;
    }
    }
    

    Best regards,
    Jordan

    #639834

    Thanks, you can close this thread.

    #639849

    Hi,

    Glad it worked!

    Cheers,
    Jordan

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Icon Boxes’ is closed to new replies.