theme layout question

  • Anonymous

    #8465

    hi,

    I’m having some theme layout issues when using the wordpress photo album pro plugin.

    The plugin authors seems to believe it’s a theme issue, as noted here.

    any ideas on how to fix this?

    thanks,

    Andrew

    Anonymous

    #41224

    Some unnecessary nested strong, code tags are causing this. Edit that page and remove those tags.

    If you really think white-space: pre-wrap; is causing this issue, you can fix it by adding this to Custom CSS.

    code {
    white-space: normal !important;
    }

    Anonymous

    #41225

    that fixed most of the issues, but some are still present, as noted here: http://wordpress.org/support/topic/weird-gallery-layout?replies=6#post-4956328 and then a follow-up reply: http://wordpress.org/support/topic/weird-gallery-layout?replies=6#post-4960510

    Anonymous

    #41226

    There are some unnecessary <code> tags in that page. Edit the page and remove them.

    Anonymous

    #41227
    Quote:
    There are some unnecessary tags in that page. Edit the page and remove them.

    ah, thanks!

    I didn't see them because I was looking at the page in visual mode rather than text.

    thanks a bunch.

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

  • You must be logged in to reply to this topic.