trying to move the tag-cloud from the sidebar right to the left.
-
Hi, I am working with the Harmonic theme and want to move the tag cloud from the right sidebar to the left, next to my latest post. I tried to move it, by adding a position, but it would not move. Can somebody tell me what to do?
Thanks in advance.The blog I need help with is: (visible only to logged in users)
-
Here’s something to try, it’s set to only work for desktops because your theme collapses the sidebar for tablets, test it out and see what you think:
@media (min-width: 640px) { #content { position:relative; } #wp_tag_cloud-3 { position: absolute; top: 0; left: -80px; width: 25%; } } -
- The topic ‘trying to move the tag-cloud from the sidebar right to the left.’ is closed to new replies.