That line you saw is from a previous developer that did some tweaks to the store locator a few years back. I have just now removed that line from the section where they added their code and have the lines that you provided to me at the bottom of the CSS file. I also clear the CDN too.
Please see the linked screen shot below for reference.
View post on imgur.com
Additionally, below is the entirety of the code they added where you saw the line you posted that you saw. Please let me know if any more of that is conflicting with what we’re trying to do.
/* ———[ Locator Tweaks ]——— */
#wpsl-gmap {
width: 960px;
max-width: 95%;
margin: 0 auto;
}
@media only screen and (max-device-width : 480px) {
#wpsl-stores .wpsl-store-thumb {
width:100px !important;
}
}
@media only screen and (max-device-width : 1024px) {
#wpsl-gmap {
display: none !important;
}
}
@media only screen and (max-device-width : 991px) and (min-device-width : 481px) {
#wpsl-stores .wpsl-store-thumb {
width:175px !important;
}
}
@media only screen and (min-device-width : 992px) {
#wpsl-stores .wpsl-store-thumb {
width:225px !important;
}
}
.wpsl-dropdown {
font-size:110%
}
#wpsl-stores {
display: none;
/*height: 350px !important;*/
}
#wpsl-result-list {
width: 93% !important;
margin: 0 auto !important;
}
#content {
line-height: 24px;
}
-
This reply was modified 5 years, 11 months ago by
Drew75.
-
This reply was modified 5 years, 11 months ago by
Drew75.