Bring Your Business to Life › Support › WordPress: Popular Widget Plugin 100K downloads
Forum Replies Created
- AuthorPosts
- letters2Participant
okay i figured out how i force it to the left side.
i found the line i needed to change in pop-widget.css
this was the line before:
ul.wp-tag-cloud{width:auto;height:auto;padding:5px 8px !important;}and after
ul.wp-tag-cloud{width:auto;height:auto;padding:5px 0px !important;}so from 8px to 0px makes the tags from centered go to LEFT in my example. Is there any way to stretch the tags so it also aligns with the right side? thats what im trying now 🙂
letters2ParticipantHey again, i figured it out now. Turns out my theme footer.php did not have the ending javascript implementation thing before </body>.. strange, cus it had the header version..
anyways. it seems to work now, however got a design question.
when i see the tags-design in this site:
http://thegossip.wpengine.com/alle the [TAG] [TAG] etc are aligned to the left.
on my own website these many
[TAG] [TAG][TAG] [TAG][TAG] [TAG]
[TAG] [TAG][TAG] [TAG][TAG] [TAG]
[TAG] [TAG][TAG] [TAG][TAG] [TAG][TAG] [TAG]
[TAG] [TAG][TAG] [TAG]are centered, which looks kinda funny. how do i align them to the left side? or maybe even force to align to both the edges of the “tabs menu” 🙂
- AuthorPosts