Okay
  Public Ticket #1591560
Footer
Closed

Comments

  •  3
    derkrauss started the conversation

    Hello, I have two questions about the footer menu.

    Right now there ist "impressum"  and "Datenschutz" one above the other.

    I would like to change it into next to each other without going out of the center of the page.

    the other question is: how can I change the height of the footer menu. I would like to have it smaller.


    Thanks in advance

    Markus

  • [deleted] replied

    Hi Markus,

    Would you like menu items left align or right cause you said without center?

    Before you continue further step consider reading the article we wrote about How to Add Custom CSS to your site, then paste the code below in Custom CSS area.

    /* Smaller Footer */
    .site-footer .footer-widgets {    margin-top: 10px;    margin-bottom: 0px;
    }
    .widget {
        margin-bottom: 10px;
    }
    /* Menu Items horizontal */
    .widget ul li {    display: inline-block;    margin: 0 10px;
    }

    Thank you.

  •  3
    derkrauss replied

    Hi Eroll,

    i attached i pic to show you how it should look. 

    Impressum and Datenschutz next to each other but still in the middle.

    thanks


  • [deleted] replied

    Hi Markus,

    Just set the code in Custom CSS and things will be setup.

    Thank you.

  •  3
    derkrauss replied

    Thank you Eroll! it works!


  • [deleted] replied

    Hi there,

    I'm glad to hear that

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance and have a great week!

    Will set this ticket as solved from here.

    Thank you.