Website main body wrap thiny black line missing

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
Fri Sep 20, 2013 3:14 pm
Reply with quote
Report this post
Hi Folks,
I new to Gavick template and I m developing a demo of news template, after installation and few configurations, I noticed the thiny line around the main body and different module positions has gone missing.
Also in each of my category this folder image appear on top of each category page.
website URL here >>> http://togo-online.cloudaccess.net

Thanks
User avatar
Senior Boarder

GK User
Fri Sep 20, 2013 4:25 pm
Reply with quote
Report this post
Hi,
so you need those gray lines back, yes.
I suppose that you can do that in two ways.
1) Publish more modules like we did in DEMO
2) You can add lines using Custom CSS
User avatar
Platinum Boarder

GK User
Fri Sep 20, 2013 4:36 pm
Reply with quote
Report this post
ad 2)
Code: Select all
#gkContent, #gkPageContent { border: 1px solid #E5E5E5; }

aside#gkSidebar  {border-right: 1px solid #E5E5E5;   }


TIP for you: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Fri Sep 20, 2013 4:43 pm
Reply with quote
Report this post
Pawel F wrote:Hi,
so you need those gray lines back, yes.
I suppose that you can do that in two ways.
1) Publish more modules like we did in DEMO
2) You can add lines using Custom CSS


Thanks for yor quick reply,
Yes indeed, I m talking about those gray black lines.
1) Which particular modules more modules I need to add?..
2) What about the folder image appearing on each category page?

Regards
User avatar
Senior Boarder

GK User
Fri Sep 20, 2013 4:53 pm
Reply with quote
Report this post
Pawel F wrote:ad 2)
Code: Select all
#gkContent, #gkPageContent { border: 1px solid #E5E5E5; }

aside#gkSidebar  {border-right: 1px solid #E5E5E5;   }


TIP for you: http://www.gavick.com/documentation/joo ... -template/


Thank you so much for the tip, it works.
User avatar
Senior Boarder


cron