Strong theme footer issue

Home Forums All Other Themes Strong theme footer issue

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #173768
    Jeroen DammersJeroen Dammers
    Participant
    • Topics: 4
    • Replies: 11
    • Total: 15
    Member since: November 1, 2020

    Hi there,

    The footer of my website isn’t show properly on mobile, can you check?

    www.bimpress.nl

    Thanks!

    #173808
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    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) {
    #footer .rowfooter {
        margin: 20px 0;
    }
    }

    Regards,
    Dave

    #173821
    Jeroen DammersJeroen Dammers
    Participant
    • Topics: 4
    • Replies: 11
    • Total: 15
    Member since: November 1, 2020

    Thanks Dave!

    #173822
    Jeroen DammersJeroen Dammers
    Participant
    • Topics: 4
    • Replies: 11
    • Total: 15
    Member since: November 1, 2020

    I also have a few other issues on mobile, for example this page isn’t showing properly ( the text is running out of the boxes ): https://www.bimpress.nl/over-ons/oprichters/

    And if a title of a page is too long it doesn’t adjust the size on mobile, it just puts 1 letter for example on the next line. Is that something what can be fixed? Thanks again.

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

    Hi,

    Kindly use this CSS.

    .skt-builder-flipcard { height:500px !important;}
    .skt-builder-flipcard .skt-builder-flipcard-front, .skt-builder-flipcard .skt-builder-flipcard-back { height:500px !important;}
    
    @media screen and (max-width:479px) {
    .skt-builder-flipcard { height:600px !important;}
    .skt-builder-flipcard .skt-builder-flipcard-front, .skt-builder-flipcard .skt-builder-flipcard-back { height:600px !important;}
    }

    Regards,
    Dave

    #173939
    Jeroen DammersJeroen Dammers
    Participant
    • Topics: 4
    • Replies: 11
    • Total: 15
    Member since: November 1, 2020

    thx again Dave!

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

    Hi,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Dave

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