Too much space between modules

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Dec 05, 2013 12:05 am
Reply with quote
Report this post
Hello,

Please can anyone tell me how I can reduce the space between modules. There is currently too much space between modules. Where can I reduce the margins or padding to close up the space. I notice that the margins seem fine with the quickstart but I didnt install with the quickstart because I installed it on a live site.
User avatar
Senior Boarder

GK User
Thu Dec 05, 2013 7:49 am
Reply with quote
Report this post
Please read this documentation:
http://www.gavick.com/documentation/joo ... -size-etc/

If you will have any problems after that, please post an url to your site and mark on a screenshot which spaces would you like to reduce.
User avatar
Moderator

GK User
Thu Dec 05, 2013 9:13 pm
Reply with quote
Report this post
Yeah, the link was useful. The .box did the trick.

Thanks
User avatar
Senior Boarder

GK User
Fri Dec 06, 2013 5:58 pm
Reply with quote
Report this post
Is there anything else I can help you with on this topic?
User avatar
Moderator

GK User
Sat Dec 07, 2013 1:11 am
Reply with quote
Report this post
Yes please. I am trying to change the text font for articles but cant seem to locate which code controls the article text font
User avatar
Senior Boarder

GK User
Sat Dec 07, 2013 8:49 am
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Thu Dec 12, 2013 5:55 pm
Reply with quote
Report this post
You can declare new font for entire page this way:
Please edit: /templates/gk_news/css/override.css and add at its end:
Code: Select all
body {
font-family: sans-serif;
font-size: 14px;
}

Remember to enable "CSS override" in template settings - advanced section.

If you would like to do it only for article text:
Code: Select all
article.item-page div.itemBody {
font-family: sans-serif;
font-size: 14px;
}
User avatar
Moderator


cron