Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1003999

    Hi
    You to replace the code with

    .logo-text a {   text-decoration: none;  font-size: 23px; font-weight: bold; }
    

    You forget to add dot . before the class name.

    daveburstein Friend
    #1004002

    Pankaj

    Thanks for catching my error.

    I still can’t figure how to align the logo with the menu baseline.

    Not in a rush

    Pankaj Sharma Moderator
    #1004005

    Hi
    add below code in custom.css file

    
    @media (min-width: 768px) {
    .logo-text a  {
        padding-top: 20px;
        padding-bottom: 20px;
    }}

    Hope it helps.

    daveburstein Friend
    #1004010

    Thank you again. It worked.

    daveburstein Friend
    #1004015
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  daveburstein 7 years, 3 months ago.

The topic ‘logo text size and baseline. Solved’ is closed to new replies.