• The tagline become very bold and large on the posts page messing up the layout and just looking ugly.

    I don’t know why it does this only on the posts page, is it a bug or unwanted feature?

    How do I make the tile and tagline behave normally on the post page just like the rest of the pages on my site using the ‘SuperAds Lite’ theme?

Viewing 7 replies - 1 through 7 (of 7 total)
  • It seems to look OK on my sandbox site. Can you please post a link to the page that shows the problem? Maybe you have a plugin that has some CSS that’s messing up the appearance.

    Thread Starter schulz

    (@schulz)

    Thread Starter schulz

    (@schulz)

    I just tried turning off the plugins and it seemed to make no difference.

    Also I switched from the child theme to the original also with no difference.

    Note: when switching back to the child theme I had to re-add the Google ad scripts.

    Interesting, it only seems to happen with you have a static home page and the blog page isn’t the home page. For some reason, the tag line is an h2 element on the home page and the blog page, but an h3 element on all other pages, and the CSS rules don’t catch the situation where the blog page is not the home page.

    Add this rule to your child theme’s style.css file, and the tag line should then be consistent across all pages:

    
    #masthead .logo h2 {
       font-size: 17px;
       padding: 0;
       text-transform: none;
       font-weight: normal;
    }
    
    Thread Starter schulz

    (@schulz)

    Thank you, that seemed to fix the font size and weight issue.

    However there still a gap (line feed) between the title and tagline on the posts page and not on the others?

    CrouchingBruin

    (@crouchingbruin)

    Add this rule as well:

    
    #masthead .site-title {
        padding: 23px 0 10px 0;
    }
    
    Thread Starter schulz

    (@schulz)

    Thank you again for the quick response and solution to this issue.

    However I changed the padding to 0 0 10 0 as 23 0 10 0 pushed the logo down too much as the ad banner is shorter than it.

    Is there a way to vertical center the ad banner that is next to the site title/tagline?

    Thanks again for your help on this.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Overpowering Tagline On Posts Page’ is closed to new replies.