Hi, Can anyone help me with this logo positioning. On desktop would like the 'Trigger' Logo to be much small, about 150px width.
Then on mobile would like the 'Ground' Logo to be centered and the trigger Logo to be bigger.
https://drum-dachshund-bk48.squarespace.com/
PW: GROUND
Thanks In advance.
Code is currently,
<style>
.header-title-nav-wrapper::before {
content:'';
display:block;
width:10px;
height:110px;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
background:url("https://static1.squarespace.com/static/65a653615bdab40fa3088ade/t/65bb67abd9f70805bc1794b2/1706780587600/Trigger_Logo.png") no-repeat 0 0;
background-size:100%;
width: 50% !important;
}
</style>