ThemeShaper Forums » Thematic

[closed]

container, sidebar, footer help

(5 posts)
  • Started 13 years ago by blue2x
  • Latest reply from tarpontech
  • This topic is not resolved
  1. blue2x
    Member

    Hi guys , i hope some1 out here can answer a few of my questions. I've have been using thematic since last year, this time I wanted to revamp the look of my blog/site , www.blue2x.com

    1. In the content area of my About page or all my single posts with few content , i want the content ( white background ) to extend to the footer, so that it has an equal length like the sidebar ? How can I do this ?

    2. In my sidebar , I want to add like a 5px top padding to the categories, how do I do this ,I cant seem to find the code.

    3. On the footer , I want the links to have no underline

    Hope you guys can help, thanks!

    Posted 13 years ago #
  2. #1. stick a height:100% on the container div.

    #2 pretty sure you're looking for .aside ul ul li OR .aside ul ul li a Play with those.

    #3. #siteinfo a {text-decoration:none;} should do the trick.

    Posted 13 years ago #
  3. blue2x
    Member

    Hi Tarpon , I managed to fix number 2. some issue with the #primary padding, and 3. is fixed now. I added height:100%; on the container, but it doesnt work, added both the container + content with 100% but it still doesnt work ?

    Posted 13 years ago #
  4. ugh...i didn't test my suggestion... I had done it on a site a few months back..but that wasn't thematic, with all it's containing div's...so it was really bad advice, sorry.

    What you are looking to do here is gonna take some playing around to get things to fit up the way you want.

    Stuff like:

    #container {padding-bottom:100%;margin-bottom:0px;}
    #main {padding-bottom:0px;margin-bottom:0px;}

    Plus playing with footer top margin, and checking your sidebars to make sure they arn't pushing the footer down...this could get fun...

    Posted 13 years ago #
  5. I took another look at this...if only i could edit my posts...well...100% bottom padding gets you close, but my gut is telling me its a bad idea for reasons that my brain hasn't yet caught onto yet.

    Posted 13 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.