Hello Sab Rena,
Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer
/*for center image*/
.frontpage-banner img {
margin: 0 auto;
}
or you can try
/* for full width image */
.frontpage-banner img {
width: 100% !important;
}
Hope this will helps you.
Thanks.
Thanks but as I posted in another request I haven’t found find the child theme for Juliet yet.
Also it’s been a long time so I’m unsure on how to set it up …
thanks in advance for your help
Hi Sab Rena.
You can add all of those CSS snippets to Appearance -> Customize -> Additional CSS.
Here you can find the child theme – https://1drv.ms/u/s!AtK1uudFpBXzgZY0GX3K6gLcp_KABg I’ve uploaded it to my OneDrive space.
You need to install it like any other theme and please do a preview once installed, before you actually activate it.
Hope this helps but if you have any additional questions, feel free to ask.
Kind regards.
cool, thanks for the link. I downloaded & installed the child theme
So now if I recall well any changes I make in the .css and .php files won’t be removed when I upload my main theme. So this means the child theme will never be updated ? or I make the change in the child theme and once these done I re-activate ?
sorry it’s been a long time since I worked on wp and I am unsure of how to proceed with this child theme to keep my changes when I’ll have to update it
At least now my banner is centered. THanks tons .
Hi @missbb,
You can safely modify Child theme without worrying about future theme updates. Only parent theme will be updated without touching your Child theme.
Best