-
Author
-
August 4, 2017 at 19:42 #169588libertbookParticipantCOPY CODE
<span lang="en">Hello, How do I make a page in 100% width. But it's just a page from my site not everything.</span>
August 5, 2017 at 16:39 #169684Kieran_SQModeratorHi,
You can use the below CSS to make a specific page’s main content full width. You will need to get the page ID which you can get by going to pages and hovering over the page you want the ID for, look to the bottom left in the browser and you’ll see a URL with a string, the number after page= is the number you will need.
.page-id-000 #main .row {min-width: 100% !important;}
Replace 000 with your desired page ID
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 5, 2017 at 19:59 #169708Kieran_SQModeratorHi,
Please confirm to me where did you enter the CSS, which page (URL) was the CSS for and which page ID did you use?
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 8, 2017 at 03:22 #169920libertbookParticipantI put it in the css style page
Here is the url: http://www.libertbook.com/libertcam
And here is ID: 1196August 9, 2017 at 17:51 #170071Kieran_SQModeratorHi,
I added the below CSS to your child theme and the page is now full width.
.page-id-1196 #main .row {min-width: 100% !important;width: 100% !important;}
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
You must be logged in to reply to this topic.