Best way to Remove Or Reduce The Area In Red

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Mar 29, 2014 3:35 pm
Reply with quote
Report this post
Hello,

How do I reduce or remove the area in red on all pages?. See attachment. Here is the url: http://kindredvision.org/index.php/k2-users/contact
User avatar
Platinum Boarder

GK User
Mon Mar 31, 2014 9:04 am
Reply with quote
Report this post
Please just try to change module position for the 'contact' custom HTML module to mainbody_bottom. The bottom module position have some big padding due to background images, when you publish your content on some other position the space should disappear.
User avatar
Platinum Boarder

GK User
Mon Mar 31, 2014 2:58 pm
Reply with quote
Report this post
Bkrztuk,

Ok I did what you suggested, however there is now is space underneath (See attachment) How do I remove the space underneath?

Here is the url: http://kindredvision.org/index.php/k2-users/contact




bkrztuk wrote:Please just try to change module position for the 'contact' custom HTML module to mainbody_bottom. The bottom module position have some big padding due to background images, when you publish your content on some other position the space should disappear.
User avatar
Platinum Boarder

GK User
Tue Apr 01, 2014 8:58 pm
Reply with quote
Report this post
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
#gkBottomSection { padding: 0}

and then just remember to enable "Use override CSS" option in template advanced settings tab. Probably the best will be to add some suffix for this page via suffix for pages feature and change this code to :

.suffix #gkBottomSection { padding: 0 } to avoid problems on other pages.
User avatar
Platinum Boarder

GK User
Tue Apr 01, 2014 9:11 pm
Reply with quote
Report this post
Bkrztuk,

Thank you brother, you are the MAN. The code works very well. :D




bkrztuk wrote:Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
#gkBottomSection { padding: 0}

and then just remember to enable "Use override CSS" option in template advanced settings tab. Probably the best will be to add some suffix for this page via suffix for pages feature and change this code to :

.suffix #gkBottomSection { padding: 0 } to avoid problems on other pages.
User avatar
Platinum Boarder


cron