Page Width is smaller than previous version

Discussion in 'ClassiCraft WordPress Theme' started by M5LASTER, Jan 30, 2015.

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

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi there,

    When I upgraded to version 1.1.9 I noticed the page width is smaller than before.

    See screen shot below:
    #1 is the width of the page in the new version 1.1.9
    #2 is the width from the previous version I upgraded from (v 1.1.5)

    he width is indicated for

    When you put the two together, you'll see the width clearly misaligned as it shows in the circles of 3 & 4 in the screen shot.

    This is a major issue for me, because I have many customer images for ads that have been submitted to previous size.

    Kindly, help adjust the width to how it used to be.

    Thanks,
    Mike

    Page width.png
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello Mike !

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

    Code:
    .content_wrapper .container_24 {
    width: 60%;
    padding: 0 20px;
    }
    Thanks,
    Praveen
     
  3. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Great. Thanks again.
     
Thread Status:
Not open for further replies.

Share This Page