Hi,
Use this custom css
.logo {
position: relative;
top: 23px;
right: 60px;
}
@media only screen and (max-width:1300px){
.logo {
position: relative;
top: 23px;
right: 0px;
}
}
.logo-image {
height: 100px;
width: 100%;
}
Add this css code inside the custom.css file.
Note: Path towards custom CSS:
Extensions>Templates>Styles>
Click on your current default template name then choose Template Options.
Then find custom CSS within the custom code.
https://prnt.sc/pu705g
https://prnt.sc/pu70zn
In Extensions>Template> Template Options > Custom Code > Custom CSS please add this
Thanks