Website Creation Software...

Started by peterbeaumont, Nov 11, 2012, 12:19:05

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

zappaDPJ

zap
--------------------

This post reflects my own views, opinions and experience, not those of IDNet.

peterbeaumont

It's me again...I've ended up with one niggling problem that I can't cure...

There is an empty box at the bottom of my pages (indicated on the attached picture) that I was trying to fill with the same colour as the menu header, but I can't find it to edit it.

I thought at first it was the Footer (but it isn't, I hid the Footer) and I've looked, better looked and gone cross-eyed, but I just can't find what it's called, or where it's located in the code.
Could anyone help, please?
Thank you.

zappaDPJ

The HTML code suggests it's actually the sidebar.

<div class="box">
<ul class="sidebar"> </ul>
</div>


What it's doing down there I really don't know. I'd first check your layout to see if there's a sidebar enabled :)
zap
--------------------

This post reflects my own views, opinions and experience, not those of IDNet.

peterbeaumont

Zap

Thank you, yes, it was a Sidebar and no, I don't know how it got there either  :dunno:

Anyway, I've achieved what I wanted, albeit in an amateurish way and I have learned a bit about Wordpress too.

Hopefully my next efforts will be a little more accomplished.

zappaDPJ

zap
--------------------

This post reflects my own views, opinions and experience, not those of IDNet.

psp83

its most likely caused by a float issue since the image makes the main content wider, pushing the sidebar below.