Tagged: x
-
AuthorPosts
-
June 19, 2016 at 4:28 am #1049089
bakParticipantHi
How can i have a gap between the left and right column on mobile view?
June 19, 2016 at 4:32 am #1049095
bakParticipantThis reply has been marked as private.June 19, 2016 at 9:45 am #1049275
ChristianModeratorHey there,
Please add a Gap element after your content in the first column and set it to display only in mobile using the Hide Based on Screen Width feature.
Thanks.
June 19, 2016 at 12:41 pm #1049402
bakParticipantThis reply has been marked as private.June 19, 2016 at 3:55 pm #1049521
Nabeel AModeratorHi again,
Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
@media screen and (max-width: 767px) { .page-id-2479 #x-section-2 .x-column.x-sm { margin-bottom: 20px !important; } }Let us know how this goes!
June 20, 2016 at 6:02 am #1050365
bakParticipantThis reply has been marked as private.June 20, 2016 at 7:02 am #1050458
Paul RModeratorHi,
You need to remove the top padding of your row in smaller screens
See Video – http://screencast.com/t/X8SiT4AZf
You can add a unique class to your row elements so you can control the spacing in mobile.
eg. Add my-row in the class field.
You can then add this in your Custom >Edit Global CSS
@media (max-width: 767px) { .my-row.x-container { padding-top:0; } }With regards to media queries, please refer to the link below.
Hope that helps.
June 20, 2016 at 9:39 am #1050695
bakParticipantHi there
i followed your instructions but I cannot make it work
June 20, 2016 at 10:17 am #1050769
RupokMemberHi there,
Thanks for updating. It’s pretty straightforward so should work. Make sure to add the class my-row and use the same class as selector. If you change the class name then make sure to change from both place.
If it still doesn’t work, point us where you have used this.
Cheers!
June 20, 2016 at 1:18 pm #1051123
bakParticipantThis reply has been marked as private.June 20, 2016 at 2:05 pm #1051213
Nabeel AModeratorHi again,
Please remove the digits from the class name, it will not be picked by the browser if it starts with digits. Change it to
.my-rowand then apply CSS.This should resolve the issue, let us know how this goes!
June 20, 2016 at 2:10 pm #1051219
bakParticipantI changed it to my-row but still no good 🙁
June 20, 2016 at 3:34 pm #1051382
JoaoModeratorHi There,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
Joao
June 21, 2016 at 1:48 am #1052045
bakParticipantThis reply has been marked as private.June 21, 2016 at 2:15 am #1052071
FriechModeratorHi There,
Please update the given custom CSS code to this:
@media (max-width: 767px) { .my-row.x-container { padding-top: 0 !important; } }Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1049089 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
