Anyone else having an issue with the way the "zoom slider" on their maps?
Anyone else having an issue with the way the "zoom slider" on their maps? ManOfTeal.COM a Proud UNA site, six years running strong! |
^ ManOfTeal.COM a Proud UNA site, six years running strong! |
^ hi..i am having this problem...but its because of the template i use..i guess...u have any idea how to fix this..
|
^ hi..i am having this problem...but its because of the template i use..i guess...u have any idea how to fix this..
That's just what it is, wow, all this time and I never considered the template. It's is from BSE too, and responsive. That is the problem. Now for the fix, which I cannot figure out and spent the whole part of a day looking through files. ManOfTeal.COM a Proud UNA site, six years running strong! |
ManOfTeal.COM a Proud UNA site, six years running strong! |
yes my template from bsetec..it was free so m using it..and because of template m getting problem..default other templates work fine..not only this ..bsetec template have one more problem..in some pages..if u scroll down..it won't go down to the end...its not a big deal but its a bug in template..and shoutbox width won't work with properly with this template.. what ur website name ..?? can i see..
regards, prince |
yes my template from bsetec..
All of the responsive templates from them do this. Its an adult site; so no on the share of site. ManOfTeal.COM a Proud UNA site, six years running strong! |
Hello All, Map issue occurs due to Max-width css code. Please follow the below mentioned instruction to solve the problem. 1) Open bootstrap.css file located in templates/Your-Template/css/bootstrap.css 2) Find the following code
img {
border: 0 none;
max-width: 100%;
vertical-align: middle;
}
and replace with
img {
border: 0 none;
vertical-align: middle;
}
|
img {
can't find that code..in mine..m using hope4life template.. is this the code.. img { i attach the bootstrap.css file .. |
Hi, Please change the code from img { To img {
Herewith i attached bootstrap file for your reference |
Thanks BSE Tech for the quick response. ManOfTeal.COM a Proud UNA site, six years running strong! |
Hi, Please change the code from img { To img {
Herewith i attached bootstrap file for your reference
hi..thanks for helping me out..its working now..
|