Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #84587
    DJ
    Participant

    How can I align the logo and site title to each other vertically? I am not using a tagline. http://dev1.lakeoswegoband.org/dev1/

    #84588
    DJ
    Participant

    To clarify – trying to align the logo and site title side-by-side. Not using tagline.

    #84610
    Mahesh
    Keymaster

    Hi @DJ,

    Thank you for using Catch Responsive Pro.
    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    @media screen and (min-width: 1101px) {  
      .logo-left #site-header {
        margin-top: 40px;
      }
    }

    Regards,
    Mahesh

    #84666
    DJ
    Participant

    Thanks, Mahesh! This was a big help.

    #84688
    Mahesh
    Keymaster

    Hi @DJ,

    Thank you for your appreciation.

    Regards,
    Mahesh

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Logo & site title vertically align without tagline’ is closed to new replies.