Okay
  Public Ticket #708036
CSS
Closed

Comments

  • Jesse started the conversation

    Hi - thanks again for your previous replies.  I appreciate your help.  A couple more very simple CSS questions I hope.  On the home page:

    1. I've inserted one of your clapat buttons in the paragraph of the main body.  How do I center it?

    2. How do I assign the button's link?

    3. How do I adjust the padding/margins of the main body element?  I.e. The one that starts with 'client list'

    Thanks!

  •  1,823
    Support replied

    Hello, you can include the button in a paragraph elemnt with text align center

    <p style="text-align: center;"> ... </p>

    the button link should be specified as the attribute of the shortcode

    the container element has fixed width for different screen res so the max is 1180px. Look in style.css for .container to see how is defined in media queries.

    you can increase/decrease that in order to decrease/increase margins

    .container {

       width: 1180px;

    }

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Jesse replied

    Thank you.  That all worked great.