Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #277596

    Hi
    Can you tell me where to change the padding between the header and the image like on this page:
    I want it to be 30px but can’t see where to change it for all the posts.
    thanks,
    N

    • This topic was modified 8 years, 7 months ago by Yigit.
    #277599

    Hi Munford!

    Please add following code to Quick CSS

    .content { padding-top: 30px; }

    Cheers!
    Yigit

    #277603

    I tried that, but it didn’t seem to work on that page.
    I changed it to 30 px in the following code in my quick css:

    /*main padding*/

    .html_boxed #main {
    padding-top: 0; }

    .home .avia-section {
    margin-bottom: 0px;!important;
    margin-top: 0px;!important } }

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

    body .column-top-margin{
    margin-top:20px;
    margin-bottom:10px;
    }

    Pretty new to coding so I can’t see if I have a redundancy or something I don’t need.
    ??
    thanks

    #277727

    Hi!

    There are some typos, i fixed your code:

    .html_boxed #main {
    padding-top: 0; 
    }
    
    .home .avia-section {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    } 
    
    .content {
    padding-bottom: 10 !important; 
    }
    .content {
    padding-top: 30px !important; 
    }
    
    body .column-top-margin{
    margin-top:20px;
    margin-bottom:10px;
    }

    Cheers!
    Josue

    #277743

    thanks very much!
    appreciate your help.

    #277772

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘padding under header’ is closed to new replies.