1. SintacWW
  2. Commercial Templates
  3. Thursday, 01 October 2015
  4.  Subscribe via email
Hello,

When I load the resonate template on a mobile phone, there is an overlap of modules of the "search" field and the "breadcrumbs".
This is unwanted - for mobile it would not be necessary for me to load the breadcrumbs, but I do not know if I can turn it off depending screensize.
It would be best if modules are below each other..

Thanks in advance,
Dries
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Dries

Would you have a URL to an example of this issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Http://verda.sintac.nl

Thanks in advance for your help
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Dries

To allow room for both elements you can try adding the following to the Custom CSS field of your templates parameters...


@media only screen and (max-width: 767px) {
#container_spacer1 {
height: 65px;
}
#search {
right: 10px;
top: 34px;
}}


As suggested you can also disable the breadcrumbs module on smaller screens by using the following Custom CSS instead..


@media only screen and (max-width: 767px) {
.breadcrumb {display: none;}
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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