Site logo

Archived topic

blog archives text margin

3 replies · Started by John on February 5, 2020

Viewing posts 1–4 of 4

Hi,

I have 3 columns blog archive on my site. But i do want some margin round my texc, How can i do that?

Lik to hear from you
Kind regards
John

Hi there,

couple of options

1. Customizer > Layout > Container --> Content Layout - change this to Separate Containers
This will move the container padding inside the articles.
Then in Customizer > Layout > Blog --> Featured Images you can remove the padding from the image.

or

2. Use this CSS:

.generate-columns-activated .inside-article .entry-header,
.generate-columns-activated .inside-article .entry-summary {
    padding-left: 20px;
    padding-right: 20px;
}

Thanx, everything works fine now.

You're welcome

This archived topic is closed to new replies.