Site logo

Archived topic

increase separating space on desktop

3 replies · Started by Anil on May 7, 2020

Viewing posts 1–4 of 4

Can you please advise to increase the separating space (20px) of (2 or 3) columns of posts on desktop of the said site…

As suggested by David, first set space for mobile in customiser and then with css for desktop.

Now, I need help for 3 columns as on homepage/archive....

Regards.

Hi there,

Try this:

.generate-columns-container {
    margin-left: -20px;
}
.generate-columns {
    margin-bottom: 20px;
    padding-left: 20px;
}

Thanks Leo, it is done.
Best regards :-)

No problem :)

This archived topic is closed to new replies.