[Resolved] various questions

Home Forums Support [Resolved] various questions

Home Forums Support various questions

  • This topic has 3 replies, 2 voices, and was last updated 6 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #543800
    Iván

    Hi Tom,

    I have various questions:

    1/ How can I center all my buttons (read more, send, etc…)?
    2/ I would like the container of nav-links to be green, not white (take a look at picolisimo.es, please)
    3/ In mobile version, I would like to show a bit of the green background at both sides of my content. How can I get it?

    Thank you very much!

    Iván

    #544009
    Leo
    Staff
    Customer Support

    Hi Iván,

    1. This CSS shoudl do:

    p.read-more-container {
        text-align: center;
    }

    2. Removing the padding should fix that:

    .separate-containers .paging-navigation {
        padding: 0;
    }

    3. Try this:

    @media (max-width: 768px) {
        .site.grid-container {
            margin-left: 10px;
            margin-right: 10px;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #559305
    Iván

    EVERYTHING WORKED! Thank you so much!!

    #559550
    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.