Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › PORTFOLIO SNIPPETS ON Single Page › Reply To: PORTFOLIO SNIPPETS ON Single Page
December 12, 2013 at 11:06 am
#3349
tripleogfox
Member
I have 6 page sections in one single page.
What I was trying to do is make page section’s width wider. So I used this custom css “body.fluid-width-page .segment-content {
padding-left: 20px;
padding-right: 10px;
max-width: 1620px;
margin: 0 auto;
}”
Now, everything is good and got wider page section, but I just wanted to ask you if there are other shortcode that I can use to Only change 1 page section width? instead of that shortcode made change all 6 page section width wider. Maybe add page id? if so, can you please tell me how I do that?