Hi my page is https://lesbrons.com/pages/philanthropy and password: sandwich
is there a way to make just the images be full width on the page without any margins on each side, and have this be responsive on any screen i view it on?
thanks
Hi my page is https://lesbrons.com/pages/philanthropy and password: sandwich
is there a way to make just the images be full width on the page without any margins on each side, and have this be responsive on any screen i view it on?
thanks
Hi
@lesbrons Add this code to stylesheet.css
* {
margin: -0.5px;
}
I hope your problem will be Short out.
Thank you
hi, thanks for your reply but that didnt seem to fix the issue. i can try adding that code manually to each image on the page as well but it still does not make the images responsive on a larger screen.
hello @lesbrons
do you want to look like this https://nimb.ws/6beudf
Hi, yes, that’s exactly the look im after
hello @lesbrons
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media screen and (min-width: 789px){
.template-page-custom-two .page-wrap .rte.row{
max-width: 100% !important;
width: 100%;
padding: 12px;
}
}
thank you so much for your help, i really appreciate it!