Tagged: x
-
AuthorPosts
-
June 22, 2016 at 8:07 pm #1055445
BenMuzzaParticipantHi guys,
I’m looking for a fix for my issue so that I can build the rest of my site.
Currently I’ve added a slider by slider revolution and it’s looking awesome on desktop, laptop and tablet. However on mobile it squishes together and looks awful, see for yourself: http://www.myfyre.com
What can I do to fix this?
June 23, 2016 at 12:28 am #1055797
FriechModeratorJune 24, 2016 at 10:11 pm #1058901
BenMuzzaParticipantHi,
It made no difference unfortunately.
Thanks,
BenJune 25, 2016 at 12:06 am #1058976
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
@media (max-width:767px){ .tp-bgimg.defaultimg { background-size: contain !important; } }Hope that helps.
July 8, 2016 at 5:24 pm #1078512
BenMuzzaParticipantHey this looked nice but created a white space between the slider image and the header. I had to revert as I have partners looking at it.
July 9, 2016 at 1:24 am #1078975
ChristopherModeratorHi there,
Background-size values are limited.
Please try following code one by one and check which one works better for you.@media (max-width:767px){ .tp-bgimg.defaultimg { background-size: contain !important; } }@media (max-width:767px){ .tp-bgimg.defaultimg { background-size: cover !important; } }@media (max-width:767px){ .tp-bgimg.defaultimg { background-size: 100% 100% !important; } }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1055445 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>

