• Resolved birub

    (@birub)


    Hello,
    how can I change the width of the posts in the Hamilton theme? I mean the text in the posts.
    Thank you for help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    set the following code in the Customizer / Additional CSS and adjust the width (in the example 900px):

    .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {margin: 0 auto; max-width: 900px;}

    Kind regards,

    Martin Eller

    Thread Starter birub

    (@birub)

    Thank you for the fast reply, but it doesn’t work. The code changed nothing ??

    Kind regards,
    Birub

    I am sorry; please try this Code (in Appearence / Customize / Adiitional CSS):

    .section-inner.medium { max-width: 840px; }
    .section-inner.thin { max-width: 900px !important; }
    
    .section-inner .section-inner {
    	width: 100%;
    }

    Kind regards

    Martin Eller

    • This reply was modified 6 years, 6 months ago by martineller.
    Thread Starter birub

    (@birub)

    Hey Martin! It works! Thank you so much for the very fast help!!
    Kind regards,
    Birub

    ??

    Thanks Martin! You’re the best.

    ~Mohan

    ?? Mr. Anders Norén is the best.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change width of the posts’ is closed to new replies.