Okay
  Public Ticket #1898242
Display footer menu in a row, not stacked
Closed

Comments

  •  15
    Gerard started the conversation

    Hi,


    I'm writing this ticket because I'd like to know how can I set my footer menu in a row instead of stacked as I have it now.


    Thanks in advance! ;D

  • [deleted] replied

    Hi Gerard,

    Here is the option:

    medium
    (view on a new page)

    P.S: Please take your time and read Kalium Documentation articles, we have prepared more than 130 articles where you can find very useful informations about your theme.

  •  15
    Gerard replied

    I've just changed the settings replying the ones you sent me but still the same as before :(

  • [deleted] replied

    Hi Gerard,

    The option is in this area Theme Options > Footer > General Settings > Footer StyleColumned.

    Have a great day!

  •  15
    Gerard replied

    Hi Ylli,


    I've tried both options but still the same. I'd like to display my menu in a row but it displays the menu one category at the top of the other. I've tried columned version but it only displays the menu to the left and one category at the top of the other ones

  •  15
    Gerard replied

    Hi Ylli,


    I've changed the header color and now it's displaying like I said so you can take a look and understand better what i was meaning to before. I'd like to completely hide that white header. If I have to use a code, it's not a problem.


    Thanks in advance! ;D 

  • [deleted] replied

    Hi Gerard,

    Can you please add the code below to your Custom CSS area:

    .site-footer .footer-widgets .widget ul li {
        display: inline;
        padding-left: 8px;
        padding-right: 8px;
    }

    Have a great day!

  •  15
    Gerard replied

    Done! Thank you so much!! ;D

  • [deleted] replied

    Glad to hear that!

    Will set this ticket as solved from here.