Hi guys, my theme is Broadcast. I’m trying to make my pictures along with the texts on it to fit my laptop screens and other monitors. It looks fine when I’m on the customization page. For example, this is how it looks like when it’s published:
But this is how I want it to look like when I’m editing it:
Any suggestions? My website is: https://azizijewellers.com/
Hey I tried this and it didn’t work, still looks the same
Hello @FAZIZI
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.main-content {
max-width: 1800px;
margin: 0 auto;
}
@oscprofessional Hey there, I don’t have base.css in my broadcast theme.
Hello @FAZIZI
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.