Home › Forums › All Other Themes › Underwater Pro Responsive Slider
- This topic has 9 replies, 2 voices, and was last updated 5 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
July 15, 2019 at 4:08 pm #126674
Hi,
i just finished my homepage and noticed that the Slider section as well as the first column section is not responsive. The slider section is not shown correctly on a mobile device and the columns (the blue icons) keep their size so they take up a very big part of the site. It would be great if could help me fix this.
my url: www.letsfetz.eu
cheers
BennyJuly 17, 2019 at 4:58 am #126816Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
DaveJuly 17, 2019 at 11:50 am #126862Hi,
Here the screen. The slider looks fine, but the button (which is visible on the desktop version) is missing completely. Also the blue circles are huge and take up way too much space in 5he mobile version.
http://imgur.com/gallery/6wYWy7S
July 17, 2019 at 1:08 pm #126865Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .skt-builder-wave, .skt-footer-wave { display:block !important;} .skt-builder-columns-row-6column .skt-builder-column { width:50%;} }
Regards,
DaveJuly 18, 2019 at 5:57 pm #126942Hey Dave, thanks for the quick response. Unfortunately it doesn’t work. The slider is still missing the button and the blue column are still the same size.
July 19, 2019 at 5:05 am #126957Hi,
Remove
@media screen and (max-width:767px) { .skt-builder-wave, .skt-footer-wave { display:block !important;} .skt-builder-columns-row-6column .skt-builder-column { width:50%;} }
Kindly add this one
@media screen and (max-width:767px) { .skt-builder-wave, .skt-footer-wave { display:block !important;} .skt-builder-columns-row-6column .skt-builder-column { width:50% !important;} .nivo-caption .slidebtn { display:table !important;} .nivo-caption .title { font-size:20px !important;} }
Regards,
DaveJuly 20, 2019 at 8:55 am #127035Hey Dave, thanks it looks much better now. One more question: is it possible to link the columns (blue circles) to the respective categories in the gallery? So the ‘water button directs to the water section in the category and not the to ‘all pictures’?
July 20, 2019 at 5:28 pm #127040Nevermind, i’ve found another solution. BUT there is a problem with the menu on iPhones. Safari does not show the menu correctly, it just stays white..
Here’s a screen:
https://i.imgur.com/zerJI96.jpgJuly 21, 2019 at 8:21 pm #127060Found a solution, thanks!
July 22, 2019 at 5:34 am #127066Hi,
Kindly use this CSS
body { overflow-x:visible;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.