Viewing 4 replies - 1 through 4 (of 4 total)
  • 1. Your ‘tagline’ is inside an image. You will need to edit that image and re-upload.

    2. What does “Make the tagline cold” mean?

    3. Please define what image you are referring to.

    4. Same as 1.

    Thread Starter avantgardeophthalmicplastics

    (@avantgardeophthalmicplastics)

    Hi Pioneer

    1. Have updated my site… the tagline and title (image saying avant-garde Ophthalmic-plastics) are now separate

    2. “cold” was a typo… i want to make the tagline bold

    3. I was referring to the title image saying avant-garde Ophthalmic-plastics

    4. Can i now reduce the space between the tagline and the menu bar?

    KM

    I am not seeing that – maybe your server is caching the site – clear that.
    Wait – I see it on the other pages…

    You will need to also fix your home page?

    The ‘logo’ is floating left and the site-description is floating right. The theme is responsive so trying to align things the way you are asking may look fine when done for a desktop (wide screen) but will not for smaller screens.

    I would center them both by fixing your custom.css:

    #header .pad {
    margin: 0;
    padding: 0 0 0.4em 0;
    }
    
    .site-title a img {
    max-height: 120px;
    margin: 0 auto;
    width: 1010px;
    display: block;
    position: relative;
    }
    
    .site-title {
    float: none;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 0;
    }
    
    .site-description {
    color: #4c2d18;
    float:none;
    text-align:center;
    font-size: 16px;
    line-height: 20px;
    display: block;
    position: relative;
    margin:0 auto;
    padding: 0;
    }

    Thread Starter avantgardeophthalmicplastics

    (@avantgardeophthalmicplastics)

    Thanks Pioneer.

    I am using

    .site-title a img {
    max-height: 111px;
    margin: 0 auto;
    width: 900px;
    display: block;
    position: relative;
    }

    to increase the height of the header which now looks stretched. But it isnt working out. I have managed to clear the cache as well. What do i do now?

    Kaustubh

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change the alignment of the tagline?’ is closed to new replies.