1. Hammur
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 11 February 2015
  5.  Subscribe via email
Hello :)

For this site http://faroexpo.konsult.fo/, we decided to turn off the responsive option (Template manager > Responsive Option > No)

Now this does basically work fine, but for some particular screen sizes, the main hornav menu gets out of order showing as a vertical list overlapping the content below. As well as the social Media Icons gets moved to the left too.
This can be seen if you zoom on the page in a browser (for me it occurs at 150% and 160% zoom level)

Is it possible to get a fix for this?

Screenshot from mobile:
Accepted Answer Pending Moderation
0
Votes
Undo
Hey :)

To amend could you try adding the following to the Custom CSS field of your templates parameters...


#hornav, .hornavmenu {
display: inline !important;
}
.hornavmenumobile {
display: none !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hey Ciarán

Your css looks to work fine when I check it using Firebug on my site, however when I enter it into the "template custom css" the css
#hornav, .hornavmenu {
display: inline !important;
}

It doesn't work or take effect for the particular screen size, it looks like there is already another similar css overruling it located:

[right]inline: 389[/right]
#hornav, .hornavmenu {
display: none !important;
}

Even though I place it at the top of my Custom CSS field.
Not sure about where I can change this as 'inline:389' doesn't really give me a direction on which file it's in.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

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!