Home › Forums › All Other Themes › Strong theme footer issue
- This topic has 6 replies, 2 voices, and was last updated 3 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
January 27, 2021 at 8:32 am #173768
Hi there,
The footer of my website isn’t show properly on mobile, can you check?
www.bimpress.nl
Thanks!
January 27, 2021 at 1:21 pm #173808Hi,
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,
DaveJanuary 27, 2021 at 3:14 pm #173821Thanks Dave!
January 27, 2021 at 3:17 pm #173822I 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.
January 28, 2021 at 1:16 pm #173861Hi,
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,
DaveJanuary 30, 2021 at 1:37 pm #173939thx again Dave!
February 1, 2021 at 12:40 pm #174001Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.