Changing Page Layout

Discussion in 'Themia WordPress Theme' started by nubian86, Jul 29, 2013.

  1. nubian86

    nubian86 New Member

    Joined:
    May 21, 2013
    Messages:
    11
    Likes Received:
    0
    Thank you for responding to my last two questions so promptly. I asked about removing the comments and I took out the code you provided and they are still on there. I noticed on certain layouts on my site, the comments are not on there. How do I change the page layout after they have already been published? I don't see a change layout button.

    http://www.979theagency.com/web-design (has the comments)
    http://www.979theagency.com/about-us (does not have the comments)

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .fullwidth h3 {
    display: none;
    }
    #commentsbox {
    display: none;
    }
    
    This will solve your issue.
     
  3. nubian86

    nubian86 New Member

    Joined:
    May 21, 2013
    Messages:
    11
    Likes Received:
    0
    Thank you, I will try that code. But how do I change the layout of the page from full width to half width where it shows the sidebar? Thanks
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Edit that page on which you want to show the sidebar (Pages > All Pages )
    and then select the Default Template from the Page Attributes section as shown in the image given below.

    [​IMG]


    This will solve your issue.
     
  5. nubian86

    nubian86 New Member

    Joined:
    May 21, 2013
    Messages:
    11
    Likes Received:
    0
    The Page Attributes section does not appear on the page as an option. That is why I am asking how can I change the page layout. Thanks
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to

    Pages > All pages

    and click on edit option of the page and follow the instruction as shown in image given below

    2013-08-01_1200.png



    This will solve your issue.
     

Share This Page