1. Tiggia
  2. Commercial Templates
  3. Sunday, 18 May 2014
  4.  Subscribe via email
Hi,

Thank you for your help so far. I have just one more question. You kindly showed me how to create a new module for the header so that the logo and header design were separate. This works great for the mobile devices. However, I'd like to turn off the new module on screen resolutions less than 1080.
I've tried to add some custom css but I haven't got it right :-/
Can you give me a pointer on what custom css to put in which custom css box please?

Many thanks.
Alison
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Alison

Try adding the following to the Custom CSS field of your templates parameters..


@media only screen and (max-width: 1080px) {
#newmodule {display: none;}
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Worked a treat. Thank you :)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!