- This topic has 3 replies, 3 voices, and was last updated 8 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Photo Perfect Pro › Main page
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!
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 !!
Hello Admin,
Even after entering License Key, Im seeing Site Inactive. Kindly help
@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.!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |