Prevent website from going full screen

Discussion in 'Compass WordPress Theme' started by matthewford, Jan 20, 2015.

Thread Status:
Not open for further replies.
  1. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    Hi,

    Is there a way to keep the site from stretching when changing your browser window size? We want it to stay in the "A4" type view, see attached, and not stretching when using high resolution monitors.

    Also please not in this view the third feature area has text in the description being cut off - please can you advise? If the default text is left in place it does not cut off.

    Thanks Matthew
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Matthew !

    The theme is responsive and it will automatically re-size on re-sizing the window.
    Please provide the URL of your website to fix your issue.


    Thanks & Regards
    Pramod
     
  3. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    It is http://paperplusuk.com.gridhosted.co.uk

    Also you will see that I have removed all the home page feature except the first 3 features. Is there a way to move the footer up to where the dotted lines are below the 3 feature area?

    Thanks
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Matthew ,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.


    Code:
    .feature-content {
    margin-bottom: 0px;
    }
    .home_wrapper {
    padding-bottom: 0px;
    }
     
    @media only screen and (max-width: 1300px) and (min-width: 960px){
    .feature-content .feature-content-inner.third {
    margin-left: 10px;
    margin-right: 10px;
    }
    }
    Thanks & Regards
    Pramod
     
  5. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    That's worked, thanks for you help.
     
Thread Status:
Not open for further replies.

Share This Page