[Resolved] increase separating space on desktop

Home Forums Support [Resolved] increase separating space on desktop

Home Forums Support increase separating space on desktop

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1274144
    Anil

    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.

    #1274473
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

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

    Thanks Leo, it is done.
    Best regards 🙂

    #1275561
    Leo
    Staff
    Customer Support

    No problem 🙂

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