Tagged: x
-
AuthorPosts
-
May 15, 2016 at 2:44 pm #992547
bakParticipantHi there
I want my blockgrids (two buttons) to look the same across the whole page.
May 15, 2016 at 2:56 pm #992555
bakParticipantThis reply has been marked as private.May 15, 2016 at 8:41 pm #992876
Rue NelModeratorHello There,
Thanks for writing in! To make sure that your block grid has the same spacing, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.site .x-block-grid { margin-top: 0; } .site .x-block-grid-item { margin-top: 15px; }Hope this helps. Please let us know how it goes.
May 16, 2016 at 2:40 am #993127
bakParticipantHow can I have the buttons less wide on mobile view. They should be about 60 % of width
May 16, 2016 at 2:48 am #993140
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
@media (max-width:480px){ li.x-block-grid-item .x-btn { width: 60%; margin: 0 auto; } }Hope it helps.
May 16, 2016 at 11:34 am #993879
bakParticipantThis reply has been marked as private.May 16, 2016 at 11:36 am #993884
bakParticipantThis reply has been marked as private.May 16, 2016 at 12:23 pm #993995
JoaoModeratorHi There,
I could not notice any difference between the space of the header and the first headings among the pages on mobile.
If there is any specific page you would like to fix please send us the URL.(The screenshots you send are great help as well)
Regarding NÂș2
Please add the following code to Appearance / Customizer / Custom / CSS
@media only screen and (max-device-width: 480px) { .page-id-491 .x-column .x-sm .x-1-2 { margin-top: 20px; } }Hope that helps,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-992547 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
