Forums

Added second sidebar and now the content is on the bottom (5 posts)

  1. sonicfedora
    Member
    Posted 3 years ago #

    I am using the sandville theme and I have changed a lot. I decided to add a second sidebar and after a day of messing with it finally got the sidebar working and (kinda) where I want it.

    But now my content (i.e. posts) are on the bottom of the page after the sidebar.

    I have looked into changing the container but there is no "container" anywhere in any of the php files.

    Anything I should be looking for?

    Here is the site

    Thanks for any help.

  2. vachi
    Member
    Posted 3 years ago #

    change content to this

    #content {
               float: left;
               text-align: left;
               display: inline;
    	   padding-left: 200px;
    	width: 445px;
    	position: relative;
    	bottom: 1000px;
    	left: 30px;
    }
  3. vachi
    Member
    Posted 3 years ago #

    this is a hack its not the best way of doing this, its actually the worst way,

    you should start by validating
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.danbairdandhomemadesin.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

  4. vachi
    Member
    Posted 3 years ago #

    how did you add the second sidebar, did you make a new one in the function.php file, and how are you calling your sidebar

  5. sonicfedora
    Member
    Posted 3 years ago #

    Wow... you are amazing. That did work... so far... things have a tendency of fooling me.

    I did make a new one in the function file.

    They are named sidebar1 and sidebar 2.

    Thanks for the help vachi!!

    Ben

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.