• Resolved Tin Howe

    (@augustina-howe)


    Hi,
    I’m creating a website in WordPress in the Iconic One theme and I’m new to WordPress and php. I wanted to center the logo in the masthead and I was able to do that. But when I centered the logo, the social media icons moved to the bottom right of the header/masthead area. So, I modified the header.php file and transferred it to my iconic-one child directory (I switched the div tags for social media and thematic logo). But now the social media icons are showing up in the upper right top and upper right bottom of masthead section. So, they’re showing up twice! I know something is wrong with my <?php> tags, but not sure what it is! Can anyone help me with this? I appreciate any suggestions or tips!
    Tina

Viewing 2 replies - 1 through 2 (of 2 total)
  • try this
    open: custom.css

    add:
    .themonic-logo {
    padding: 17px;
    text-align: center;
    margin:10 0;
    }

    Thread Starter Tin Howe

    (@augustina-howe)

    Hi titchone,
    I already got a fix for this a few weeks ago, but thanks for offering the css!
    Tina

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Positioning of social media icons after centering logo’ is closed to new replies.