Hi,
We’re using the Geo Bold theme and we’ve been attempting to change the map and search bar on the home top section from being stretched across the entire window to being in line with the rest of the site (while still being in the home top section and not the content section).
We tried the following css:
.top_banner_section_in {
margin: 0 auto;
padding: 0;
position: relative;
width: 1280px;
}
.geodir-loc-bar .geodir-loc-bar-in {
margin: 0 auto;
padding: 20px;
position: relative;
width: 1280px;
}
…But that messes with the compatibility, so we’re going to remove it. It’s still on the site for now, so here it is: http://international-lawyers-firms.com/
If you view it on a large desktop window, you see what we’re going for. We want it to look like that on ALL devices and not just our work computers. Is there any possible way to do this?