Menu center button in Sparkling theme

Hallo, i don’t know how to center menu button in Theme Header (image below) in Sparkling theme. Help me please, i need works CSS code. My menu button is on the right site. I’am trying everything, but still don’t work… PS: sorry for my english, i’am from Czech Republic. Thanks

Hi @dominikstoller,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


@media (max-width: 768px){
button.btn.navbar-toggle {
    float: none;
    display: table;
    margin: 10px auto 0;
}
}

Best Regards,
Movin

Hi, I need to change font for all Sparkling theme. You can show me how please with CSS code? Thank you.

@dominikstoller To help us keep support thread separates could you please create new thread for each of your other questions here https://colorlibsupport.com/c/sparkling/ instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.