Avada Forums Community Forum Different content width in post than global setting

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • 8vasa8
    Participant
    Post count: 15

    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

    delawaregrad
    Participant
    Post count: 28

    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;}

    easierone
    Participant
    Post count: 36

    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;
    }

    8vasa8
    Participant
    Post count: 15

    Thanks

    but I forgot to mention that I have 100% width and when I put your code all content is left.

    easierone
    Participant
    Post count: 36

    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%;

    8vasa8
    Participant
    Post count: 15

    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.