SKT Girlie Pro > bottom image no space

Home Forums All Other Themes SKT Girlie Pro > bottom image no space

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #174071
    YvonneYvonne
    Participant
    • Topics: 16
    • Replies: 42
    • Total: 58
    Member since: February 17, 2017

    Hi

    i am using a bottom image on several pages for ex. http://eye2design.nl/vastgoedfotografie/
    On a desktop its a bottom page laying on the footer. I like to have this staying at the bottom instead of going up on smaller devices.

    Any idea?

    #174125
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px){
    div#skt-builder-columns-block-832 {
        padding-bottom: 0 !important;
    }
    #skt-builder-columns-block-832 .skt-builder-block-description {
        margin-bottom: 0;
    }
    #skt-builder-columns-block-832 .skt-builder-column { margin-bottom:0 !important;}
    }

    Regards,
    Chris

    #174168
    YvonneYvonne
    Participant
    • Topics: 16
    • Replies: 42
    • Total: 58
    Member since: February 17, 2017

    Most pages still have a small white space or not showing the whole picture.

    /vastgoedfotografie/ small space bottom mobile
    /bog-fotografie/ small space bottom mobile
    /bedrijfsfotografie/ half of the pic showing
    /contact/ small space bottom mobile

    #174187
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS to reduce bottom spacing.

    @media screen and (max-width:479px){
    #skt-builder-columns-block-832, #skt-builder-columns-block-832 {
        padding-bottom: 44px !important;
    }
    #skt-builder-columns-block-832 {
        padding-top: 104px !important;
    }
    }

    Regards,
    Chris

    #174220
    YvonneYvonne
    Participant
    • Topics: 16
    • Replies: 42
    • Total: 58
    Member since: February 17, 2017

    Nope, looks like i am asking something difficult here

    here the problem again:
    i am using a bottom image on several pages for ex. /vastgoedfotografie/
    On a desktop its a bottom page laying on the footer. I like to have this staying at the bottom instead of going up on smaller devices.

    hope you understand and you can take a look at /bedrijfsfotografie/ here the image goes up on mobile same like other pages where there is a small space at bottom between image and footer

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