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

    Hello,

    Using QUICK CSS how can I control the space (empty space) that exists between two layout elements?

    Objective: To make the content become Close.

    #205848

    Hey CloudChoice!

    You can add following code to Quick CSS

    .content, .sidebar {
    padding-top: 50px;
    padding-bottom: 50px; }

    If that does not do it for you, please post the link to your website so we can provide you more accurate custom CSS code

    Best regards,
    Yigit

    #205917

    Hi,

    Thanks for the assistance, but I used this code:

    .page-id-2836 div .av_one_third {
    margin-left: 0%;
    width: 32%;
    }
    .page-id-2836 div .av_two_third {
    margin-left: 2%;
    width: 66%;
    }

    Which works perfectly.

    Thank You

    #205923

    Hey!

    Glad you figured it out! Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Space between layout elements’ is closed to new replies.