Home Forums Pro Themes Photo Perfect Pro Main page

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22075
    mikwalrus
    Participant

    Hello
    I want to use a static page as a main page on my site. Is it possible to make it so wide as a default main page? For example – how to make this page – http://mikhailpetrov.ru/main-page/ as wide as a main page which I use now – http://mikhailpetrov.ru/
    Thank you!

    #22076
    wensolutions
    Keymaster

    Hello @mikwalrus,

    To set a static front page to your website, go to your Admin Dashboard > Appearance > Customize > Static Front Page and choose “A Static Page” under “Front Page Displays” option.

    You can then choose your desired page to set as static front page and blog listing page.

    To increase the width of the page to the one you referred to paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field :

    @media (min-width:1025px) {
    
    .container {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    
    #main {
    
       padding: 0px;
    
    }
    
    }

    This will make all your pages without the sidebar to have full width layout like in the front page. You can also choose to target the CSS to work on your page specifically. To do so, paste in the following CSS instead that works specifically for your page :

    @media (min-width:1025px) {
    
    .page-id-455 .container {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    
    .page-id-455 #main {
    
       padding: 0px;
    
    }
    
    }

    Hope this Helps,

    Best Regards !!

    #23189
    raghunas
    Participant

    Hello Admin,

    Even after entering License Key, Im seeing Site Inactive. Kindly help

    #23191
    wensolutions
    Keymaster

    @raghunas, sorry your concern and query hijacks current discussion of the main topic of this thread. Please consider opening a new ticket for your unique query so that we can specifically answer you there.

    Thank you for your understanding.!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.