Your Time:
Our Time:
← Back to discussions

Width too big for 1025px to 1144px

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 2 replies, 2 voices, and was last updated 11 years, 3 months ago by Fem.

  • 2015-05-08 at 4:06 pm
    Support Expired
    #7824
    bennyuk
    Participant
    • Topics: 2
    • Replies: 2
    • Total posts: 4
    • Post count: 2

    Hi, Width settings for full-width pages seems to be too big for sizes from 1025px to 1144px (width)

    This could be down to
    .page_content {
    width: 1140px; }
    in theme_shorcodes line 2419

    is there a fix for this?

    Can be seen on demo site as well
    http://www.aivahthemes.com/hopes/home-version-2/

    2015-05-08 at 4:30 pm
    Support Expired
    #7825
    bennyuk
    Participant
    • Topics: 2
    • Replies: 2
    • Total posts: 4
    • Post count: 2

    I think this could be down to the fact that .page_content is not covered in responsive.css in lin35 for @media only screen and (min-width : 1025px) and (max-width : 1169px)

    I have temporarily fixed this using
    @media only screen and (min-width : 1025px) and (max-width : 1169px) {
    .page_content{width: 1000px }
    }
    in custom css box

    2015-05-29 at 3:15 pm
    #8054
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    We will take a closer look at the issue and let you know on this soon.

You must be logged in to reply to this topic.