• Resolved frontlines

    (@frontlines)


    This is a site that I’m working on for a client. For some reason I’m getting weirdness (ie – bullets in the first section) in the sidebar. Can someone please take a look and tell me what I’m doing wrong? Thanks in advance!

    The site is https://www.terryfrank.net

Viewing 7 replies - 16 through 22 (of 22 total)
  • By the way, from where I’m sitting (viewing your website in Firefox) your whole site isn’t too whacked…your header image is slightly misaligned to the right, and the content in the sidebar is a bit too far to the left. Plus that one bullet at the top. ??

    Hmm. Looking at it again, it looks like the bullet has moved more to the left now. Maybe you could look into what you have in the content div instead of on the sidebar..

    Well, the header image is now all lined up…as well as the stuff in the sidebar being aligned properly with the image background now. Looking much better.

    Still have just that one bullet there, though.

    In Firefox, anyway.

    Thread Starter frontlines

    (@frontlines)

    Yeah, I’m not finding where that thing is coming from, so if anyone has any ideas, I’d LOVE to hear what I’m doing wrong. Overall though, the site is coming together.

    Thread Starter frontlines

    (@frontlines)

    Here’s something else I just noticed – the bullet actually DOES render in IE, but it shows up at the bottom. GRR! What’s going on here?

    Go through your css with the proverbial comb. Check all of the ul and li tagsets (and there may be a lot of them!) to make sure they’re all showing something like list-style:none; or possibly list-style-type:none;

    Thread Starter frontlines

    (@frontlines)

    FINALLY found it…it was in this snippet of code:


    </div>
    <ul>
    <li>
    <?php wp_meta(); ?>
    </li>
    </ul>

    My only question now is whether or not I’ve deleted something that I need. Oh well…

    Thanks, everyone, for all the help. I really appreciate it!

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Please help with Sidebar weirdness’ is closed to new replies.