Hi Paolo,
The U-design theme is very flexible. I can set the 960 grid to a full width or any other dimension grid…. But I don’t want to do that for all the text content pages and pictures I have to change….
I only want a full width map for the GD Homepage “location” (and any other category listing page with a map on top), just like the slider on my homepage >> the slider is full width and text within a responsive container (class “container_24”) http://www.amsterdamtourist.info
I deleted the css code Guust advised me…
#geodir-wrapper {
width: 960px;
margin: auto;
}
… and changed into another css code:
.geodir_full_page section.widget {
width: 960px;
margin: auto;
}
You can see that the map is now full width:http://www.amsterdamtourist.info/location/
This worked only for the top elements;
– map
– popular categories
– search bar
The rest, GD Home Section & GD Right Section, is still full width.
I think it should be possible but how? I’m not a genius in coding 😉
Hope you can help me…..
Cheers, Jan