• Resolved allenzuk

    (@allenzuk)


    One of my clients has a WordPress site at yslee.com.

    The Tag Cloud widget in the left sidebar is causing a gap in the image gallery she has posted in the main content area to the right. Removing the tag cloud solves the problem (which I don’t want to do). Also, this problem hasn’t occurred with regular posts.

    I’ve looked at the CSS and played around with the tag cloud code in category-template.php with no luck — I’m a bit new to WordPress themes, so if anyone has any suggestions I’d appreciate it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • #gallery-1 {
    margin:auto;
    width:358px;
    float:left;
    }

    See if that works.

    Thread Starter allenzuk

    (@allenzuk)

    Worked like a charm. Thank you!

    Will “gallery-1” work for all galleries added to posts?

    possibly not. I’m not sure how the galleries are made. You might want to do:

    div.gallery {
    width:358px;
    float:left;
    }

    instead. Since there might be multiple galleries showing at once like on the home page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tag Cloud widget vs. Gallery’ is closed to new replies.