[Resolved] blog archives text margin

Home Forums Support [Resolved] blog archives text margin

Home Forums Support blog archives text margin

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1155042
    John

    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

    #1155140
    David
    Staff
    Customer Support

    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;
    }
    #1155207
    John

    Thanx, everything works fine now.

    #1155208
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.