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

    I was wondering how I can reduce the amount of padding/margins at the top and bottom of a text box please. I have added the following code to my quick css, but that has not made any difference;

    #top.page .avia_textblock {padding: 0px 0px;}

    Below is the website where the issue comes up. If you scroll towards the bottom of the page, where it says “Recent Recipes”, you will see a lot of white space between the headings, the lines and the recipe excerpts.

    As always, your help is very much appreciated.

    #410398

    Hey Ivana!

    Thank you for coming back.

    Try the following and adjust the values:

    
    .page-id-8 .post-entry-8 section.av_textblock_section div {
        padding-bottom: 2px !important;
        padding-top: 2px !important;
    }
    

    If this is not enough, you can also try to add:

    
    .page-id-8 .post-entry-8 section {
        margin-bottom: -20px !important;
    }
    

    Cheers!
    Günter

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