• Here is my site:

    https://www.big-nasty.com

    On some browsers, the quote bubble gets in the way of the pictures, and I have to limit the length of some of my titles because the quote bubble will get in the way. How do I control this? How do I ensure that these quote bubbles do not get in the way of any posts, titles, etc. Take a look, see if they are in the way on your web browser and, if they are, please tell me how you can help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I would suggest something along these lines, in your style.css file find around line 274 this:

    .postmetadata {
      color:#999999;
    }

    … and change it to this:

    .postmetadata {
    clear:both;
    color:#999999;
    }

    That will essentially “push” your post meta details (tags and categories) to the “bottom” of your post and the quote bubble will then be “pushed” under that.

    See if that gets what you are looking for. The key is the placement of the ‘clear: both’ property in the appropriate style element.

    Thread Starter Bignasty247

    (@bignasty247)

    Thank you for your help thus far. I also wanted to know how to change the font/color/etc of the “Posted on/Posted By” text on the front of my page. When I view my page in internet explorer it looks fine, but when I view it in firefox, the “Posted on/Posted by” text is in all black and there is no separating underline. Why is this?

    Both browsers are showing the same green text with a separating line beneath for the meta details, although I had to do “hard” refreshes to get the blogs to look the same in the browsers.

    Have you tried a hard refresh (<Ctrl>+<F5> or <Shift>+”refresh”) to make sure your browser serves up a fresh version of your blog?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘These friggin quote bubbles!’ is closed to new replies.