bottom areas

January 2012 WordPress Theme
GK User
Mon Sep 08, 2014 5:24 pm
Hi,

I inserted the google maps pro plugin at bottom 1. It has 100% width for responsive and about 600 px height.
work.luftschubser.de

I'd like to eliminate the spaces between that map and mainbody. And map and footer area. There are opend spaces that showing up the background. Is it possible to have that spaces closed?

Thanks!

cheers
Alex
User avatar
Senior Boarder

GK User
Tue Sep 09, 2014 6:12 am
Hi,

Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
#gk-bottom1,
#gk-bottom1 .widget_text {
   margin-top: 0;
   margin-bottom: 0;
}
User avatar
Moderator

GK User
Tue Sep 09, 2014 6:40 pm
Looks better. But there is a little grey space left between the map and bottom2.
Do I have any chance to eliminate this space?
User avatar
Senior Boarder

GK User
Wed Sep 10, 2014 8:25 am
Hi,

You've added only this fragment:
Code: Select all
#gk-bottom1 {
   margin-top: 0px;
   margin-bottom: 0px;
}

Please add my complete code into override.css:
Code: Select all
#gk-bottom1,
#gk-bottom1 .widget_text {
   margin-top: 0;
   margin-bottom: 0;
}
User avatar
Moderator

GK User
Wed Sep 10, 2014 8:49 am
Sorry, I am too blind.
It works now.

Thanks a lot!
User avatar
Senior Boarder


cron