chiknpa1
Member
Posted 1 month ago #
Can someone help me with my page's alignment? When I go to the mainpage, the right sidebar is at the bottom of the page (the left sidebar is fine); when I go to a post page, the right sidebar is correct, but the left sidebar is at the bottom, left side of the page.
is there a code so that they stay put, no matter what is in the sidebar?
site link
post page example
thanks for any advice!!
Disable your widgets and see if the alignment fixes itself. That will tell you where a problem is.
If not, Did you edit your theme? You're missing some closing tags in your page code; compare index.php and single.php and and look for differences in the <div> and <li> tags.
chiknpa1
Member
Posted 1 month ago #
I have no idea what's wrong with it. I did edit my theme.
I did find a screwy widget, but it appears that the formatting is off if I add more than 1 widget to the left sidebar (unless it's the default widgets that are listed IF I don't add any manually).
on the individual post pages, now both sidebars move underneath the post....
Carefullly compare the files you edited with fresh copies of the theme; you'll find some missing or incomplete tags. Those are the key.
chiknpa1
Member
Posted 1 month ago #
thanks for the advice - I think I fixed the main page issues! I still can't seem to figure out why the post pages dont work b/c I dn't know where the coding is for those pages.
thanks again!
Good that the main page works now. Look in your theme for page.php and category.php, too. Those files are used for pages and posts, too. And archive.php.
chiknpa1
Member
Posted 1 month ago #
thanks a bunch for the help! still no clue after comparing all files to originals as to why the post pages have sidebars at the bottom. will keep trying!