Home Forums WoodMart support forum Change Blog Width

Change Blog Width

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #182267

    [email protected]
    Participant

    Hi,

    I am trying to change the text width at any post of my blog. I want this width to be the same of the pictures (like 1352px).
    I saw you recommend to paste this CSS to another customer who asked you, but I pasted it and anything occurs.

    .post-single-page .entry-content{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    }

    ¿What can I do?

    Thank you!

    #182292

    Hello,

    Do you mean you want to remove the sidebar? If so, you can do it in the Theme Settings > Blog or clarify the problem.

    Best Regards

    #182313

    [email protected]
    Participant

    No, I mean when you are in a post page, the text width has very little margins.
    How can I modify this margins/ o the text width to be with the same width as my images? or tu have more margins in all the posts?
    sorry for my english

    Attachments:
    You must be logged in to view attached files.
    #182343

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .post-single-page .article-body-container {
        width: 800px;
        margin: 0 auto;
    }

    Best Regards

    #182445

    [email protected]
    Participant

    Perfect,

    Thank you!

    #182458

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Change Blog Width’ is closed to new replies.