Hi guys, can someone help me, to move the logo and the cart inside of the blue lines, like in the photo below?
And one more thing, how to keep it in one size, I mean with, because when I open the site in safari
it’s ok, but when I open it in opera for example is too wide.
The site is http://snapbackmaster.com
the design theme is Debut.
Thank You!
1 Like
@igordogoteru
can you please provide screenshot so i will guide you properly
Hi, thank You for the replay, a screenshot of what? or You mean at the full desktop?
there is a screenshot of my desktop if I get you right, my display is Samsung 49" I opened two browsers at the same time, you can see the difference, on the left is Safari and on the right is Opera. Both windows are the same size, but inside the opera, you can see the site is bigger, hope you get what I mean.
1 Like
@igordogoteru
yes, but sorry i can’t see issue please show me so i will proper guide you
Hi thank you again for your replay, if you saw the first post, I didn’t say I have an issue, I was asking if is possible to keep always the logo and cart between the blue lines which I drew in the first screenshot and second thing I was asking if is possible to keep the site at the same size in a different browser because when I open it in safari is ok for me but when I open it in Opera or Chrome the site is too big, I mean like it was zoomed up.
Like in Shopify, the logo is always inline, indifferent if I widen the window
1 Like
Hey @igordogoteru ,
To solve this issue you need to change CSS in your theme editors of the navigation bar and I can suggest you the changes only after seeing the code.
You can visit https://www.reviewmyecommerce.com/ for more help
Hello @igordogoteru
To change the header size, add this code to your theme.css file.
Navigate to online store >> Click edit theme code.
Now find theme.css and paste the following code.
@media (min-width:900px){
.logo--left{text-align: -webkit-center !important;}
.site-header__mobile-nav{width: 63% !important;}
}
After adding the code it will look like this
I hope it will be helpful for you.
Thanks
Did it solve your issue?
- If yes, Like & Mark As Solution to help the community
- If not, let me know. also share a screenshot of the code that you added.
1 Like