Sidebar widgets formatting
-
I’m trying to get two widget images to show up side by side. They’re currently on the right sidebar on top of each other. How do I code it to do so? Thanks!
http://sharingsounds.com
Blog url: http://sharingsounds.wordpress.com/ -
Image widgets can’t be displayed side by side, but if the images are narrow enough to fit in the sidebar side by side, you may be able to add the HTML code to a Text widget.
-
The top is an RSS widget and the bottom is a text widget. What would that code be?
thanks! -
Oh, in this case the two cannot be combined as they are two entirely separate widgets, not just images.
-
how would a (wordpress powered) blog like this get the logos for facebook, vimeo, etc. he has together at the top? Is it simply a theme choice?
-
-
For that, you could use a text widget and insert html code like this for three images:
<a href="[link]><img src="[image URL]"/></a><a href="[link]><img src="[image URL]"/></a><a href="[link]><img src="[image URL]"/></a>Some themes also provide something like this automatically.
-
-
- The topic ‘Sidebar widgets formatting’ is closed to new replies.