Center footer menu and center Tempera copyright information

  • Author
    Posts
  • #26625
    Daniel

    Hi there,

    first of all a big “THANK YOU!” for creating this wonderful theme.

    I just have a minor issue:

    I would like to center the footer menu (there is no option for this in the preferences, I found only the option to align the main menu) and I would like to see your copyright information also centered underneath the menu.

    I think this is pretty easy but I am a newbie to CSS 🙁

    I would appreciate your help!

    Thank you again and kind regards
    Daniel

    #26628
    Kay
    Cryout Creations mastermind

    Hi Daniel,

    Add this to the Custom CSS area:

    .footermenu, .footermenu + span {
    display: table !important; float: none !important; margin: 0 auto !important;
    }

    Thanks for the kind words and good luck!


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #26658
    Daniel

    Hi Kay,

    thank you very much for your lightning fast answer! Now it looks exactly the way I imagined 🙂

    This motivated me to play a little bit with around with CSS and I already managed to change the look and the colors of the e-mail subscribe field and button (with the help of “firebug”).

    See you around in the forums!
    Daniel

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Center footer menu and center Tempera copyright information’ is closed to new replies.