Forums

[Theme: WPFolio] 3 footers do not align horizontally (7 posts)

  1. darkwood67
    Member
    Posted 6 months ago #

    Hello,
    on my 2 sites http://www.darkwood67.com and http://www.darkwood67.gr the three columns of the footer area do not align horizontally, but the left and right start where the center ends. Is there a way to make them align?

    http://wordpress.org/extend/themes/wpfolio/

  2. notlaura
    Member
    Posted 6 months ago #

    Hmm...looks like the widget areas are too wide to display all on the same line. You could go in with some CSS to change their widths and floats (add that to a child theme of course).

    Something like this might work:

    .footer .center, .footer .left, .footer .right {
        width: 30%;
        float: left;
    }
  3. darkwood67
    Member
    Posted 6 months ago #

    didn't work, tried to play with it a bit but since I have no clue of scripting whatsoever couldn't make it work.
    The footer group in the origina style sheet looks like this

    [CSS code moderated - please use the pastebin if the css is not from your live site]

    what I see is that the center footer's width is 100% but the others won't float left or right even if I change their width...

  4. slambert
    Member
    Posted 5 months ago #

    The center footer is meant to span 100%.

    The left footer and right footer are divided in half. If you want them to appear in 33% chunks you'll have to change the code like Lara showed above.

  5. darkwood67
    Member
    Posted 5 months ago #

    as I said, I did but that messed the footer up completely

    link

    showing the center footer on the left and the left in the center with the wrong text alignment...

  6. slambert
    Member
    Posted 5 months ago #

    Oh I see... I'm dumb sometimes. BTW, I tried your link and got a 403 error.

  7. darkwood67
    Member
    Posted 5 months ago #

    ooops, the picture wasn't public, I think now it's visible...

Reply

You must log in to post.

About this Topic