Avada › Forums › Community Forum › Different content width in post than global setting
-
AuthorPosts
-
Hello,
is there a way how set different site width only in one post?
I have global site width 1100px but I want in one post set to 900px.
Is that possible?
Thanks
You can find the ID of the post and then add some css.
Something like this would probably change both the single post and sidebar width on the page..postid-1234 #main {width:900px;}
just go to your post, and select own css (</> mark) on the black container in fusion builder, put there code from above.
#main {
width: 940px;
}Thanks
but I forgot to mention that I have 100% width and when I put your code all content is left.
you can scroll down and change fullwidht mode for single post. You will find it below every post and page, or just add margins in your css, margin-left: 20%; margin-right: 20%;
-
AuthorPosts
- You must be logged in to reply to this topic.