Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #538424

    Hi guys, I have an issue with some type getting cut off while client view site on ipad
    Here is a screen grab, see the bottom 3 icon box areas:
    http://messymiracles.com/IMG_2126.PNG

    Is there a setting that I can change the width padding or spread the type in the box area more?
    Looks like a lot of wasted space in between, looks like I could edit the blank space in between.
    Any ideas?

    #538495

    Hi fixedopsinsight!

    Try increasing your sidebar width in Dashboard > Enfold > General Layout > Dimensions.

    Cheers!
    Elliott

    #538525

    Thanks Elliott, that adjustment does help. can you guide me in reducing some of the space between the 1/3 areas?
    there is a lot of blank space, not sure what script can change that. If it’s to tough to manage, I will let it go.
    let me know your thoughts

    #538960

    Hi,

    On what page do you want to decrease the space between the 1/3 elements?

    Best regards,
    Rikard

    #539101

    Hi Rihard,
    see this page
    http://messymiracles.com/training/
    when you reduce the size of your browser window, similar to an ipad, the title text is cut off. any ideas?

    #539258

    Hey!

    Add this to your custom CSS.

    @media screen and (max-width: 767px) and (min-width: 990px) {
    h3.iconbox_content_title {
        font-size: 13px !important;
    }
    }

    Best regards,
    Elliott

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.