How to get rid of white frame around pages or posts?

Discussion in 'ClassiCraft WordPress Theme' started by M5LASTER, Jul 15, 2014.

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

    M5LASTER Member

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

    I have another questions about styling ...

    How do I get rid of the white area at the top or at the sides of the page/post?. I included an image and the area I mean is is highlighted by red thin boxes.

    My goal is to make this area as small as possible (preferably 2px only) and take advantage of the rest of the space for the content of the page.

    I look forward to your update.

    Thanks,
    Mike
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Mike,

    You have done lot of customization in the theme. Please provide exact link of the page of which screenshot you have shared.
    Then only it is possible for us to provide you possible solution.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. M5LASTER

    M5LASTER Member

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

    This is the link. http://yementarget.com/accessories-2/
    Also, login info was shared with you via conversation.

    Please note, the space I'm concerned about exists in all pages, not just this one.

    Thanks,
    Mike
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    .page-template .content_wrapper .content {
    padding-top: 5px;
    padding-right: 0px;
    margin: 0px -15px;
    } 
    You can adjust the value of "padding" and "margin" as per your requirement.
    This will solve your issue.
     
  5. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Great. Thank you very much!
     
Thread Status:
Not open for further replies.

Share This Page