Okay
  Public Ticket #2017788
CSS Customizations
Closed

Comments

  •  16
    manningstinson started the conversation

    Hi, 

    I am new to the Kalium theme.  Loving it so far.  Couple of questions that I am hoping you can answer. 

    1) How can I adjust the spacing between menu items?  I know I can adjust the padding (top/bottom) but I need to decrease the space between all my main menu items. 

    2) On your restaurant theme demo, you have a revolution slider full screen video playing on top.  I am following this template, but cannot find where you include the Kalium logo so I can change it out with mine.  Can you advise to where I need to look. I have looked in the global settings for Header/Menu under theme options and within the revolution slider itself. 

    Thanks so much!

    - Manning

  •  1,559
    Laborator replied

    Hi Manning,

    1. This can be done only through CSS, add the following CSS to Custom CSS:

    /* Menu: Decrease spacing between items */
    .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: 25px;
    }
    

    2. As explained in this article, the logo is located under Parameters and Options:

    medium
    (view large version)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  16
    manningstinson replied

    Thank you, Art.  That was exactly what I needed.  One additional question.  What would the code be to put a breadcrumbs container right below my header space?  Is there an option within the theme? Or does it have to be done by custom CSS and php? 

    Thanks for all your help! 

    - Manning

  •  1,559
    Laborator replied

    Hi Manning,

    Unfortunately this is not possible through the theme, you can only do that by customizing the theme.

    If you're looking for professional help in this matter, there's always someone available for such tasks on the WP Kraken or Codeable. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  16
    manningstinson replied

    Thanks, Art.  It would be a benefit but not necessarily a requirement for right now.  Might be something to add for a future update.  Thanks for your help on the other items.  They worked perfectly.