Can you center the logo and cart button on a Shopify Debut theme?

repsicha
Visitor
2 0 0

Hello, 

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

repsicha_0-1624093824614.png

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

Replies 3 (3)

Kinjaldavra
Shopify Partner
2302 570 1422

Hello @repsicha 

please share your site url 

repsicha
Visitor
2 0 0

This is my site url: Mediola.bg

Kinjaldavra
Shopify Partner
2302 570 1422

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;
}
}