Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #87007
    TwinCam
    Member

    Hi. How to vertically center the logo(left side)?
    It now looks like this: http://vodobur2001.ru

    #87039
    Mahesh
    Participant

    Hi @twincam,

    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box.
    In your theme’s Custom CSS, you have the following, I don’t know why have you put it there, please remove it.

    #branding .sidebar-header-right .widget_text">			<div class="textwidget"><a href=http://www.nexusnet.uy target=_top><img
    src=/wp-content/uploads/2016/03/contacts2.png border=0></a></div>

    And for aligning the logo image vertically center, add the following CSS:

    @media screen and (min-width: 941px) {
      	#site-logo img {
                margin-top: 30px;
        }
    }

    Let me know if this fixes your issue.

    Regards,
    Mahesh

    #87060
    TwinCam
    Member

    It works fine now.
    Thanks so much for your help.

    #87103
    Mahesh
    Participant

    Hi @twincam,

    Thank you for your appreciation.
    Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to vertically center the logo?’ is closed to new replies.