Need to set frontpage to "fullwidth"

Discussion in 'Covera WordPress Theme' started by proele, Jul 31, 2013.

  1. proele

    proele Member

    Joined:
    Feb 1, 2012
    Messages:
    68
    Likes Received:
    0
    Need to set frontpage to "fullwidth" (No right side bar)
     
  2. Nitesh

    Nitesh Support Staff

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

    For this go to the
    Theme options > General settings and off front page from there.
    After that go to the
    Settings > Reading and select your fullwidth page as a static page.
     
  3. proele

    proele Member

    Joined:
    Feb 1, 2012
    Messages:
    68
    Likes Received:
    0
    That will not work in this case, I wish to have the front page with all the features included in the theme without the side bar on the front page, can you send instructions for this?
     
  4. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .one_fourth.second.last {
    display: none;
    }
    This will solve your issue.
     
  5. proele

    proele Member

    Joined:
    Feb 1, 2012
    Messages:
    68
    Likes Received:
    0
    We are getting closer!, now can we get the blank space to the right of the "A", "B", "C" section gone?
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .main-content .home .three_fourth.second {
    width: 100%;
    border-right: none;
    }
    This will solve your issue.
     

Share This Page