I have question if it is possible to change the content area for the single portfolios to be more narrow, 900px wide? Currently it is quite wide for when there is a lot of text to read left to right, and we are importing over a 100 articles and don't want to manually put the content into columns with padding for each posts, just wondered if there's a css I can use to alter the width of all the portfolio pages?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (min-width: 1000px) {
.container-wrap .container,div#full_width_portfolio .container {
max-width:900px !important;
}
}
Hi,
I have question if it is possible to change the content area for the single portfolios to be more narrow, 900px wide? Currently it is quite wide for when there is a lot of text to read left to right, and we are importing over a 100 articles and don't want to manually put the content into columns with padding for each posts, just wondered if there's a css I can use to alter the width of all the portfolio pages?
Thanks!
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Hi Tahir,
Thanks for quick reply. I will have to get back to you once the site is on a dev servers, currently it's just on my local machine.
Can you provide a post url where the content area needs to be reduced that is the old posts that you imported ? .
The links provided seem to have the Page Builder markup so not sure what you want to do with them .
Thanks
ThemeNectar Support Team
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team