Tagged: x
-
AuthorPosts
-
May 15, 2016 at 5:29 am #992086
yhshin1020ParticipantHey,
I have two images placed next to each other in a content band, and i want them to be further apart from each other. ive used css margin-right and margin-left option to adjust it accordingly.
However, when viewing on mobile, the two boxes are misaligned.
Further detail can be found below.
Thanks.
May 15, 2016 at 5:32 am #992098
yhshin1020ParticipantThis reply has been marked as private.May 15, 2016 at 5:49 am #992126
Nabeel AModeratorHi there,
Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
@media screen and (max-width: 979px) { #socialmedia2 { margin-left: 0 !important; } #socialmedia { margin-right: 0 !important; } }Let us know how this goes!
May 15, 2016 at 1:12 pm #992490
yhshin1020ParticipantThis reply has been marked as private.May 15, 2016 at 7:45 pm #992834
Rue NelModeratorHello There,
Sorry if it still doesn’t work out. How about if we center the images instead. To avoid any further issues, please try to replace the given code from our previous reply. You can make use of this code as a replacement;
.page-id-161 #x-content-band-4 .x-column{ text-align: center; }Please let us know if this works out for you.
May 16, 2016 at 2:44 am #993134
yhshin1020ParticipantThis reply has been marked as private.May 16, 2016 at 2:45 am #993136
Rue NelModeratorYou’re welcome!
Thanks for letting us know that it has worked for you. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-992086 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
