Tagged: , ,

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

    Hi,
    I Just dont know why my posts is with diffent padding as show in picture.
    How can I fix this?

    Bottom Padding Mobile

    #1158652

    Hey Vinicio,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    article.slide-entry{
    padding-bottom:50px!important;
    }}

    Best regards,
    Jordan Shannon

    #1158851

    Nothnig happens :-(

    #1158869

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

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