Logo Positioning, can you help?

1 replies
Hi all,

coding newbie here. I am very new to magento 2 theming. I need help with the right code for moving the logo from this position




to this position.



the theme is responsive. I have used this code:

media only screen and (min-width: 1280px)
{
.header .logo { margin-inline: -15px;
}
}
/* 1280px <= width 1279 and 1024*/ media only screen and (min-width: 768px) and (max-width: 1279px)
{
.header .logo { margin-inline: -9px;
}
}

but its not working.

thanks in advance!
#logo #positioning
Avatar of Unregistered

Trending Topics