how i can put an image under the icons of social media and this is alignment center
as the image
how i can put an image under the icons of social media and this is alignment center
as the image
Hi webarts2011,
Can you post a link to your site? so we can give you a specific css snippet.
Regards,
Ismael
www. Veroulis. gr
Hi webarts2011,
Open up sidebar.php in your theme files and look for:
echo " </ul><!-- end social_bookmarks-->";
Right after that add the following but with your image source instead of the placeholder I have:
echo "<div class='socket-image'><img src='yourimage.png' alt='' /></div>";
Now add this css to your Quick CSS or custom.css (in the css folder of your theme files) and adjust as needed.
.socket-image{
display: block;
position: absolute;
top: 50px;
}
Regards,
Devin
thanks very much!!!!!
This topic has been closed to new replies.