WORDS (CATEGORIES AND DATES) OVERLAP

Home Forums Automattic Forefront WORDS (CATEGORIES AND DATES) OVERLAP

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #108049 Resolve

    thecharmepidemic
    Member

    Hi,

    When I press archives on my front page (at the bottom) I get to the archive page and words there are overlapping a lot actually. I mean the section where it says MONTHLY ARCHIVES and the date.

    http://thecharmepidemic.com/2013/07/

    Is there anything I can do about it?

    Thanks:))

    The blog I need help with is thecharmepidemic.com
    #139268

    blank
    Member

    Hello,

    It’s possible that could have been caused by some of the customizations. To correct that, simply add the following to your CSS editor under Appearance > Customize:

    .page-title{
    line-height: 1.2em;
    }

    #139443

    thecharmepidemic
    Member

    Thank you. It worked, but at the same time it left a really big blank space between title and the first image. is it possible to do something?

    Thank you :)

    #139449

    Kathryn P.
    Happiness Engineer

    To reduce the space in the heading on your monthly archives, you can try this CSS:

    .date .hero > div > div > div {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    }

    #140783

    Kathryn P.
    Happiness Engineer

    Hi there, did this code work for you or did you still need any help with it? Just let me know, thanks!

    #141965

    Kathryn P.
    Happiness Engineer

    Hi there, I’m going to close this thread, but feel free to start a new one if you need additional help. Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘WORDS (CATEGORIES AND DATES) OVERLAP’ is closed to new replies.