mobile display !

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
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
User avatar
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
User avatar
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
User avatar
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;
   }
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.