Move Social Media Buttons in BLOG SIMPLE
-
Folks I’m wondering if it’s possible to move the 3 social media buttons that come with BLOG SIMPLE from the bottom of every page to the top?
The blog I need help with is: (visible only to logged in users)
-
You could possibly do it using Custom CSS if you have purchased the Custom Design addon. Something like this should work:
.social-links {
position: absolute;
top: 30px;
right: 100px;
}You would have to play with the top and right pixel values to get it to show in the right spot.
- The topic ‘Move Social Media Buttons in BLOG SIMPLE’ is closed to new replies.