Site logo

Archived topic

Margin in Titles

1 reply · Started by Jose on March 22, 2019

Viewing posts 1–2 of 2

Hi there,

try this CSS:

@media (min-width: 768px) {
    .post .entry-header,
    .post .inside-article h2,
    .post .inside-article h3 {
        margin-left: -85px;
        margin-right: -85px;
    }
}

You can make them wider by making the -85px larger ... e,g 120px, however this would mean it would be wider then the content area. So you could increase the Container Width in customizer and increase the content padding to make it more noticeable.

This archived topic is closed to new replies.