Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #279769

    Hi,

    mit welchem CSS Code bekomme ich den Footer zentriert?
    Den Socket habe ich mit folgendem Code zentriert bekommen:

    #socket .copyright {
    font-size: 12px;
    text-align: center;
    display: block;
    width: 100%;
    }

    Liebe Grüße,
    Marco

    #279839

    Hey crevlon!

    Thank you for visiting the support forum!

    How many widget columns do you have on the footer? If possible, please post a screenshot on how you want the footer to look like.

    Best regards,
    Ismael

    #279903

    Hi Ismael,

    i have one widget columns. I want it like here:
    http://www.emotion-im-web.de/gratis-email-abo/

    Now its:
    http://liebespaar-auf-umwegen.de/

    #280396

    Hey!

    Verwende diesen CSS Code:

    
    #top #footer {
    text-align: center;
    }
    
    

    Best regards,
    Peter

    #280827

    Damit tut sich nichts. Und mein Code oben scheint auch nur im Google Chrome Browser und nicht im Firefox zu funktionieren.

    #280898

    Hey!

    Please use this:

    #footer section#pages-2 {
    text-align: center;
    }
    
    #footer section#pages-2 .widget_pages ul li {
    display: inline-block;
    margin: 0 10px;
    }

    Best regards,
    Ismael

    #284345

    Perfekt, that works :)

    #284369

    Hey!

    Glad it worked. If you have any questions, let us know.

    Regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Footer zentrieren’ is closed to new replies.