the margins between the photo and the frames are too big for

Rate this topic: Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.6.00 out of 6 based on 1 vote(s)
GK User
Fri Aug 21, 2015 3:53 pm
Reply with quote
Report this post
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
User avatar
Fresh Boarder

teitbite
Sun Aug 23, 2015 6:37 pm
Reply with quote
Report this post
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.
User avatar
Moderator

GK User
Wed Aug 26, 2015 5:00 pm
Reply with quote
Report this post
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
User avatar
Fresh Boarder

GK User
Thu Aug 27, 2015 6:19 pm
Reply with quote
Report this post
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


I guess what you ask is this. My URL is: http: //www.empordadigital.cat/gk/2/.
  if you need anything else just you tell me and I will shipping
thanks for your help
User avatar
Fresh Boarder

teitbite
Sat Aug 29, 2015 5:25 pm
Reply with quote
Report this post
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;
}
User avatar
Moderator

GK User
Mon Aug 31, 2015 12:08 pm
Reply with quote
Report this post
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
User avatar
Fresh Boarder

GK User
Mon Aug 31, 2015 7:23 pm
Reply with quote
Report this post
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


all set ok, thanks for your help
User avatar
Fresh Boarder

teitbite
Wed Sep 02, 2015 2:04 pm
Reply with quote
Report this post
Hi

If You want to reduce top and bottom a little further You can do this with a negative margin values. Something like:

Code: Select all
#gkBannerLeft .box {
    padding: 0 15px !important;
    margin: -15px 0 !important;
}
User avatar
Moderator


cron