Space in single article

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
Sun Jan 11, 2015 3:48 pm
Reply with quote
Report this post
]Hello!
Is ist possible to get the space beetween the two blue lines smaller? (Take a look on the Picture!)
Regards
Jörg
User avatar
Fresh Boarder

GK User
Sun Jan 11, 2015 4:27 pm
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Mon Jan 12, 2015 2:44 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Tue Jan 13, 2015 4:46 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Tue Jan 13, 2015 7:46 pm
Reply with quote
Report this post
Please edit: /templates/gk_shop_and_buy/css/override.css and add at its end:
Code: Select all
article.item-page .itemBody header {
    display: none;
}

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

GK User
Tue Jan 13, 2015 7:46 pm
Reply with quote
Report this post
To decrease spacing even more you can add this code under the previous one:
Code: Select all
#gkBreadcrumb {
    margin-bottom: 10px;   
}
User avatar
Moderator

GK User
Wed Jan 14, 2015 2:22 pm
Reply with quote
Report this post
Thank you very much! That's ist! ;)
User avatar
Fresh Boarder

GK User
Wed Jan 14, 2015 5:26 pm
Reply with quote
Report this post
Is there anything else I can help you with regarding this topic?
User avatar
Moderator


cron