Hi, I’ve already asked how to move the avia slider (they suggested me this code:
.home .content {
padding-top: 0;
This worked very well for the home page, but can I use it also for the rest of the pages?
For instance, how can I get rid of most of the empty space between top menu bar and the first row of content (thumbnails and text, in this case)?
Thanks in advance
giovanni
Hi, I’ve solved the problem!
I found this code to add to my custom css:
.content { padding-top: 10px; padding-bottom: 10px; }
… that worked fine!
Thanks anyway and regards!
giovanni