Moving Socials from sidebar to bottom of article
Rate this topic: 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?
-
- 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?
-
- 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
-
- 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:
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.
- 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.
-
- Moderator
4 posts
• Page 1 of 1