Forums

Weird formatting (3 posts)

  1. unwindyarnhouse
    Member
    Posted 10 months ago #

    Hello!

    Recently I updated my theme (atahuapla) and wordpress to the latest versions.

    Since then my blog has had formatting problems.

    When you see my site you'll notice that my 'dash dividers' are right up against my text.

    I can't describe it well but could you take a look and let me know what you think?

    My site is http://www.unwindyarnhouse.com

    Thanks,

    Wendy

  2. peredur
    Member
    Posted 10 months ago #

    This appears to be the style rule that's giving you the problem:

    .calendar-table table, tbody, tr, td {
        margin: 0 !important;
        padding: 0 !important;
    }

    The problem is that this rule is actually in the header of the HTML output rather than being in an external style sheet.

    You'll need to find the code that's outputting this style rule, in your theme's header.php file and change it (preferably in a child theme). This works:

    .calendar-table table, tbody, tr, td {
        margin: 0 !important;
        padding: 0 10px !important;
    }

    Good hunting!

    If you need more help, post again and I'll download the theme and see what I can do with it.

    Cheers

    PAE

  3. peredur
    Member
    Posted 10 months ago #

    Uh! BTW, do you know your page has loads of images that aren't rendering?

    Cheers

    PAE

Reply

You must log in to post.

About this Topic

Tags