Viewing 5 replies - 1 through 5 (of 5 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    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.

    Thread Starter Sab Rena

    (@missbb)

    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

    siniplyrathemes

    (@siniplyrathemes)

    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.

    Thread Starter Sab Rena

    (@missbb)

    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 .

    jarektheme

    (@jarektheme)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Center frontpage header’ is closed to new replies.