Hello, when I put the module NEWS SHOW PRO GK5 on the cover of the news2 template. the margins between the photo and the frames are too big for me.
shipping picture.
you can tell me how to reduce.
Thanks and regards
teitbite wrote:Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
empordatv wrote:teitbite wrote:Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
Not if I understand you, but you again send my url. http://www.empordadigital.cat/gk/2/
if you need any more information just you tell me and I send it
Thank you
#gkBannerLeft .box {
padding: 0 15px !important;
}
teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
#gkBannerLeft .box {
padding: 0 15px !important;
}
empordatv wrote:teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
#gkBannerLeft .box {
padding: 0 15px !important;
}
Thanks for your response, it has been as I wanted.
but we could do the same with the top and bottom?
a greeting
#gkBannerLeft .box {
padding: 0 15px !important;
margin: -15px 0 !important;
}