• HI,

    Can someone please advise me on how to center the logo?

    Many thanks,
    Hazy

    • This topic was modified 3 years, 6 months ago by hazy23.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    @media only screen and (min-width: 756px){
    .top-col.clr.col-1.logo-col {
        text-align: right !important;
        padding-left: 15%;
    }
    }
    Thread Starter hazy23

    (@hazy23)

    Thanks a lot Abhishek. This works! Will the code be erased when I update the theme to a newer version? I thought I read somewhere that’s better to set up a child theme for CSS changes for am I confused with something else?

    Hello,

    You are welcome.

    If you will add the code in the Custom CSS field, It should not erase with the update.

    And If you are thinking to use the child theme, that would be the best idea to use the custom codes, In this way, all the custom codes will be safe even after the parent theme upgrade.

    Following the doc will help you with the child theme.
    https://docs.oceanwp.org/article/90-sample-child-theme

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