sidebar image styling
-
Topic
-
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The forum ‘Alyeska Responsive WordPress Theme’ is closed to new topics and replies.
This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.
Tagged: image styling, sidebar, widget
Greetings
Did a quick search but couldnt quite find it (hope i’m not repeating)
Anyway, i’d like to embed an image in the sidebar, but how do i get that border around the image to appear. If i recall in the Complexity theme i added div class=pretty or something similar.
This is the code i’m putting in my sidebar text widget.
<img src="http://client2.viewtiful.co.za/wp-content/uploads/2013/02/sidebar1.jpg">
resolved.
needed to add //class=”pretty”// to the image tag,
final code was
<img src="http://client2.viewtiful.co.za/wp-content/uploads/2013/02/sidebar1.jpg" class="pretty">