Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #240595
    Ushas Joy
    Participant

    Right now where the header logo is all the way to the left. I want to move it over to the middle over the current menu options. What could I enter into the optional CSS to fix this?

    #240599
    Ushas Joy
    Participant
    #240616
    tikaram
    Keymaster

    @ushasj: Please add the following additional css and let me know if this helps to move the logo to the desired position.

    .site-branding {
     margin: auto;
    }

    Regards,
    Tikaram

    #241039
    Ushas Joy
    Participant

    Okay so I tried to add that code but it did not get it where I wanted. I played with the CSS and got it to about where I need. I also want to make it a little larger. How can I do that?

    This is what I have at the moment.

    .site-branding {
    margin: auto;
    position:relative;
    left: 160px;
    width: 300px;
    }

    http://brianj.sgedu.site/JoynBliss/

    #241044
    tikaram
    Keymaster

    @ushasj: Please try adding the following additional csss and let me know.

    .custom-logo {
        max-width: 200px;
    }

    Regards,
    Tikaram

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Wedding Pro – Moving header logo over to the middle.’ is closed to new replies.