How can I adjust the logo and cart button placement in Debut header?

Hello,

I’ve read a lot of questions about this problem but I couldn’t find any solution.

I want to move my logo a little bit to the center of the display and my Cart button a little bit to the center.

Can you help me with this ?

The password for the site is: owlyeu

Hello @repsicha

please share your site url

This is my site url: Mediola.bg

hello @repsicha

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media only screen and (min-width: 1024px){
.site-header .grid {
    max-width: 80%;
    margin: 0 auto;
}
}