1. muddasirpk
  2. Commercial Templates
  3. Monday, 20 May 2013
  4.  Subscribe via email
Check our site at http://www.canadawestla.com/

Our logo seem fine at full screen but if we small the screen the logo appears too big and overlaps home, how to solve that issue and make logo small if we small the screen or make logo responsive.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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

[code type=css]h1.logo a {background-size: auto auto !important;}[/code]

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Well, its working for large screen and for small screen fine,

But if just resize screen to some medium size at some points logo overlaps the menu, so on some computers our clients are complaining about the logo overlaps, I am attaching here picture for reference.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
The following will replace the default top menu with the mobile menu for this screen size..


[code type=css]@media only screen and (min-width: 768px) and (max-width: 959px) {
/* Hide default hornav menu */
#hornav{display:none !important;}

/* Show mobile hornav menu */
#container_hornav_mobile{display:inline; position: absolute; z-index: 99; margin-top:13px;}

.js #mobile { display: none; }
.js .selectnav {
display: block;
-webkit-appearance: listbox;
width:100%;
padding:10px;
margin-top:-70px;
margin-bottom:40px;
border-radius: 3px;
-webkit-box-shadow: 0 5px 6px -6px b1b1b1;
-moz-box-shadow: 0 5px 6px -6px black;
box-shadow: 0 5px 6px -6px black;
border:1px solid #EDEDED;
background-color:#F9F9F9;
color:#777777;
}
}[/code]

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!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok