mobile display !
Rate this topic:
- GK User
- Tue Oct 10, 2017 10:29 am
- Reply with quote
- Report this post
Hello,
Hello, I would like to improve the mobile display of my site by canceling the display of unnecessary modules in the home page and other page ! how to do it and thanks in advance
www.aidepharmacien.com
Hello, I would like to improve the mobile display of my site by canceling the display of unnecessary modules in the home page and other page ! how to do it and thanks in advance
www.aidepharmacien.com
-
- Senior Boarder
- Joshua M
- Thu Oct 12, 2017 9:16 am
- Reply with quote
- Report this post
Hi,
Your website is unfortunately not available now..
You can add nomobile, notablet suffixes to your modules, please check the following article: https://www.gavick.com/documentation/jo ... let-layout
Your website is unfortunately not available now..
You can add nomobile, notablet suffixes to your modules, please check the following article: https://www.gavick.com/documentation/jo ... let-layout
-
- Moderator
- GK User
- Sun Oct 15, 2017 1:55 pm
- Reply with quote
- Report this post
Hi,
I'am sorry ! I was mistaken in the address and here is the right one : www.aidepharmacien.ma
I have disabled modules in mobile version like the "banner right" in the homepage but I noticed that there is still a blank space ! is it possible to delete this space ?
thank you so much
I'am sorry ! I was mistaken in the address and here is the right one : www.aidepharmacien.ma
I have disabled modules in mobile version like the "banner right" in the homepage but I noticed that there is still a blank space ! is it possible to delete this space ?
thank you so much
-
- Senior Boarder
- Joshua M
- Mon Oct 16, 2017 8:19 am
- Reply with quote
- Report this post
Try to add the following custom css code:
- Code: Select all
@media (max-width: 640px) {
#gkBannerRight {
display: none;
}
}
-
- Moderator
4 posts
• Page 1 of 1