Either im just too tired or stupid.. or a 3rd

Bring Your Business to LifeSupportPopular WidgetEither im just too tired or stupid.. or a 3rd

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #300119
    letters2
    Participant

    Hey 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” 🙂

    #300121
    letters2
    Participant

    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 🙂

    #300541
    Xpark Media
    Keymaster

    We could not access the site to see what could be the problem, but you can change the tags to display as block and change the alignment to right.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.