The site width is changing back to the theme defaults, can you check please?

This topic has 6 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler

  • Avatar: Graham
    Graham
    Participant
    May 23, 2018 at 20:29

    Hi there,

    Earlier I have asked and be suggested to add this code to change the site width on specific pages:

    /*The homepage site width*/
    @media only screen and (min-width: 1450px){
    .container {
    width: 1450px;
    }

    However, just now I have noticed that the website width is changing back to its original theme default settings, could you please let me know if this code is still working?
    https://ibb.co/e8FqY8

    Thanks and Regards
    Graham

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 24, 2018 at 07:23

    Hello,

    http://prntscr.com/jlwuxz
    Please change this code:

    /*The homepage site width*/
    @media only screen and (min-width: 1450px){
    .container {
    width: 1450px;
    }

    to

    /*The homepage site width*/
    @media only screen and (min-width: 1450px){
       .container {
           width: 1450px;
       }
    }

    Regards

    Avatar: Graham
    Graham
    Participant
    June 23, 2018 at 18:06

    Hello,

    Can you please let me know how to change the site width for the —— “Woocommerce Category pages”?

    Thank you
    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 25, 2018 at 06:54

    Hello,

    Sorry for the delay due to the weekends.
    Please provide a screenshot for better understanding what exactly should be changed. Also, provide wp-admin access one more time because the previous is incorrect.

    Regards

    Avatar: Graham
    Graham
    Participant
    June 27, 2018 at 06:56

    Hi, there

    I have attached the screenshot and the WP login credentials in the private section,
    Can you please have a check?

    Thank you very much
    Regards

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 27, 2018 at 08:48

    Hello,

    Please try this custom css code:

    .archive.woocommerce-page .content-page {
        width: 80%;
    }

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.