• Hello, I’m hoping you can help me as I feel like I’ve been working on this forever. I’ve added my logo to the Header of my WordPress site, but cannot get it centered the way I want it. I’ve tried modifying the CSS file, but am pretty new to this so I’m not exactly sure what I’m doing. I’m working with the Parchment theme and the URL is https://reflectionsantiquesandgifts.com. Can someone please help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Praveen a11n

    (@spraveenitpro)

    Automattic Happiness Engineer

    You can give an ID to the Img as follows :

    <img id="centerimg" src="https://reflectionsantiquesandgifts.com/wp-content/uploads/2014/06/Reflections_Logo_Web_edit4.png" >

    and then target the Logo Image as follows.

    img#centerimg {
    border: #666972 2px solid;
    padding: 0px 100px 0 160px;
    margin: 0 auto;
    }

    I’m sorry but as you appear to be using a commercial theme, you need to seek further theme support from the theme’s developer/vendor. We do not have access to, nor do we support, commercial products here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adjusting Logo in Header’ is closed to new replies.