Okay
  Public Ticket #2645457
Support
Closed

Comments

  • ThomasLupo started the conversation

    Good evening,

    I purchased the Kalium Template and need support on 2 points:

    1. How can I reduce the space/distance between the different Menu voices?

    2. How can I fully customise the Footer?

    Thanks very much!

  • [deleted] replied

    Hi Thomas,

    1— I think that you want to know how to change the distance between menu-items right? If yes, then you just add this CSS code to your Custom CSS area:

    .main-header.menu-type-standard-menu .standard-menu-container div.menu>ul>li+li, .main-header.menu-type-standard-menu .standard-menu-container ul.menu>li+li {
    margin-left: 20px;
    }

    2— Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer.

    Thanks!

  • ThomasLupo replied

    Thanks very much Ylli, the CSS code works perfectly!!

    The second question referred to the Footer, I would like to include Logo, Contact Details and a few other things, but the Template doesn't seem to be that customizable and I'm struggling with that.

    Thanks!

  • [deleted] replied

    Hi Thomas,

    Happy to hear thatsmile.png

    As for your last question:

    You can add widgets through Appearance > Widgets area, just drag and drop them to the Footer Widgets area, you can also add HTML codes there with the help of the Custom HTML widget.

    Thanks!