Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1019457
Paddings In top and bottom margins
Closed

Comments

  •  2
    jasonrae started the conversation

    The padding around the top of the page and the bottom are way too big. Also around most of the elements which on the responsive side make it really big on a smart phone which is not so good.  The paddings are just way to large so what is the best way to change the padding around the page and all the elements. 

    Also using negative margins will make the mobile experience bad so we just need to adjust the padding on the theme. 


    Thanks

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    .block-content {
        padding-top: 40px;
        padding-bottom: 50px !important;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    jasonrae replied

    That did the trick for the top and bottom parts of the page for the site.  If I need a little more padding in a specific page I am guessing I can just use that same code and just add more px in there.  Just add it to the custom css per page when needed right? 

    Thanks Again! 

  •  7,092
    Oliver replied

    Yes you can add it in the custom css field of the page.

    If don't work, add "body"

    i.e.

    body .block-content {
        padding-top: 40px;
        padding-bottom: 50px !important;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver