How to move social menu from Left to the right side of the theme

Latest Reply from mmckinn at 2017-12-12 01:11:00 Solution
How to move social menu from Left to the right side of the theme? Homedecore theme...
Hi!
You have to edit the code in the file wide.css:

#smthemes_share .inner{ background:#fff; background-clip: padding-box; background-color: #FFFFFF; border: 1px solid #BBBBBB; border-radius: 5px 5px 5px 5px; box-shadow: 1px 0 15px rgba(0, 0, 0, 0.2); display: none; font-family: Arial; font-size: 10px; left: 15px; line-height: 16px; min-width: 60px; padding: 5px; position: absolute; text-align: center; width: 70px; display: block; position: absolute; top: 283px; padding-top:20px;}

You have to replace the text:
left: 15px;
with:
right: 15px;
I know this is an old thread, but I tried changing what was suggested in the theme LittleTad on my website. However, it has not changed the position of the social share box. Am I missing something?
Please disregard my previous comment. I figured it out and resolved the issue.

Leave a reply

Add codeAdd image