Tagged: x
-
AuthorPosts
-
June 12, 2016 at 2:33 pm #1038505
NicoleOhlmannParticipantHi there,
1. I was wondering if there is a possibility to change the button margin for only the mobile version via CSS? In order to keep some distance between the buttons I added a margin of 10px. However, in the mobile version the buttons appear on top of each other and the margin moves the button slightly to the left (see screenshot). I would like them to be aligned left, Is that possible
2. I used the ‘slider’ as testimonial. In the mobile version, the arrows in the slider are stacked (see screenshot). Is it possible to have them next to each other?
The website is:
Many thanks for your efforts.
Warm regards,
NicoleJune 12, 2016 at 11:24 pm #1039000
RupokMemberHi there,
Thanks for writing in! You can add you CSS within media query for mobile?
#1 & #2 :
@media only screen and (max-width: 480px) { .home #x-section-1 .x-btn { font-size: 14px; margin-left: 0 !important; margin-right: 3% !important; padding: 10px 5px !important; width: 47% !important; } ul.flex-direction-nav { display: block; margin: 0 auto; width: 100px; } }Hope this helps.
Cheers!
June 16, 2016 at 6:18 am #1044999
NicoleOhlmannParticipantThis worked perfect Rupok!
Thanks a lot!!June 16, 2016 at 8:00 am #1045107
ChristianModeratorYou’re welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1038505 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
