Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #408575

    I checked forum for this but could not find answer.
    what code can I use to control the amount of white space between elements up and down on page.
    see this page
    http://electju.wwwsr11.supercp.com/
    right below the blue area is a white space that is a but to large.
    can you give me some code to adjust that distance?

    thanks -joe

    #408743

    Hey fixedopsinsight!

    Please try the following in your Quick CSS:

    .page-id-10 .content{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    }

    Best regards,
    Rikard

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