Moving Socials from sidebar to bottom of article

Rate this topic: Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.1.00 out of 6 based on 2 vote(s)
GK User
Mon Sep 15, 2014 9:37 pm
Reply with quote
Report this post
How to move the socials and print and email options (for joomla-articles) from the sidebar to the bottom of an article?
User avatar
Expert Boarder

GK User
Tue Sep 16, 2014 6:38 am
Reply with quote
Report this post
Could you please post an url to your site - to a sample page where the change should be made?
User avatar
Moderator

GK User
Tue Sep 16, 2014 7:32 am
Reply with quote
Report this post
regiogorinchem.nl/sport-archief/304-svw-in-het-nieuw
User avatar
Expert Boarder

GK User
Sat Sep 20, 2014 7:12 am
Reply with quote
Report this post
Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
.itemBody.gkHasAside {padding-left: 0px;}
.itemAsideInfo {
position: relative;
width: 100%;
}
article aside.itemAsideInfo > ul li {
display: inline-block;   
}


Placing them under the article is an easy way. Styling them to look is a completely different thing and that is a part which you need to do by yourself.

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


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.