Tagged: x
-
AuthorPosts
-
April 18, 2016 at 11:39 am #888563
belayachimarouaneParticipantHello, I can’t have success deleting a space with css on mobile devices. I have hidden it with cornerstone but it didn’t work.
Help!
Thanks a lot!
Screenshot : http://prnt.sc/attcai
April 19, 2016 at 12:29 am #889303
RupokMemberHi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
April 19, 2016 at 2:29 am #889444
belayachimarouaneParticipantThis reply has been marked as private.April 19, 2016 at 7:35 am #889905
JackKeymasterHi there,
Thanks for writing back!
To remove the spacing between elements, add the following CSS, under Appearance > Customize > Custom > CSS.
@media only screen and (min-device-width: 420px) and (max-device-height: 736px) { .home .x-section > .x-container { padding-top: 0px; padding-bottom: 0px; } }Thanks!
April 19, 2016 at 2:02 pm #890641
belayachimarouaneParticipantHello, Thanks a lot! But I can still see the space in my mobile :/
April 20, 2016 at 1:40 am #891305
RupokMemberHi there,
Thanks for updating. It seems you have also have the below code which overwriting the suggested code :
.home .x-section > .x-container { padding: 20px !important; }In that case, kindly update the suggested code to following :
@media only screen and (min-device-width: 320px) and (max-device-height: 736px) { .home .x-section > .x-container { padding-top: 0!important; padding-bottom: 0!important; } }Hope this helps.
Cheers!
April 20, 2016 at 2:00 am #891330
belayachimarouaneParticipantWonderful ! Thanks a lot!
cheers
April 20, 2016 at 2:11 am #891350
belayachimarouaneParticipantThis reply has been marked as private.April 20, 2016 at 8:45 am #891805
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { .cs-hide-sm{ display:none; } }Hope it helps.
April 20, 2016 at 4:45 pm #892547
belayachimarouaneParticipantHello! Thanks a lot for your help! However I am still seeing it on my ipad :/
Same for my homepage (stouch.eu) buttons are weird and don’t show up like on the cornerstone ipad visualizer! They show up inline instead of blocks.Thanks a lot
April 21, 2016 at 4:26 am #893334
Paul RModeratorHi,
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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
April 21, 2016 at 9:52 am #893748
belayachimarouaneParticipantThis reply has been marked as private.April 21, 2016 at 4:08 pm #894326
belayachimarouaneParticipantI am working on two website and both never get diplayed on the ipad preview (small) on cornerstone like on the real ipad!
🙁
April 22, 2016 at 12:13 am #894785
RadModeratorHi there,
Please provide a valid account. I got this message when I logged in.
Votre compte est en attente de validation par mail.
Thanks!
April 22, 2016 at 3:34 am #894977
belayachimarouaneParticipantHello, I have solved the problem!
Thanks a lot for your time
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-888563 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
