How to get rid of right column stuff from contact us page?

Discussion in 'General InkThemes Discussion and Feedback' started by bilalmirza, May 2, 2014.

  1. bilalmirza

    bilalmirza Member

    Joined:
    Feb 11, 2014
    Messages:
    38
    Likes Received:
    2
  2. 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-template-contact-php div.sidebar {
    display: none;
    }
     
    This will remove the sidebar from the contact us page template.
     
    bilalmirza likes this.

Share This Page