Home › Forums › All Other Themes › SKT Black PRO theme on mobile
- This topic has 3 replies, 2 voices, and was last updated 2 years, 5 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
June 11, 2021 at 11:17 am #179960
I have the SKT Black PRO theme . How do i get the “Read More” button on the homepage slide to show on a mobile device. It does not show on the demo either. https://sktthemesdemo.net/skt-black-pro/
June 11, 2021 at 12:58 pm #179963Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .nivo-caption .slidebtn { display:table !important;} }
PS: Your subscription expires on 15th June. You can again renew for just $69 USD for another year.
Regards,
DaveJune 12, 2021 at 12:00 pm #179993Thanks. The code makes the button appear on mobile devices, but it’s not centered. The button is aligned to the left . How do i get it centered? Also, the lower part of the button is covered by the section below it. It needs to be moved slightly up, or a margin (space ) created at the bottom.
PS: I need a link to renew and if possible with paypal
June 14, 2021 at 12:18 pm #180035Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .nivo-caption .slidebtn { margin:0 auto !important;} .slider-main .nivo-caption .slidedesc { margin-top:5px; margin-bottom:10px;} .theme-default .nivo-controlNav { bottom:-23px !important; padding:0 !important;} .slider-main .nivo-caption .slidebtn a { padding: 6px 18px !important;} }
Here’s the link for payment via PayPal:
paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7J5NCPDV8XXD2#/checkout/subscription
Pay via Credit Card:
sites.fastspring.com/sktthemes/instant/allthemeslatesubscription
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.