Origin Theme CSS Bug

  • Unknown's avatar

    Origin is a responsive theme that resizes for tablets and mobile devices.

    However, for the tablet and mobile views the “posts” page has vertical side borders that are not part of the full sized view and they ruin the look of the theme for tablets and devices.

    I do not have the “customize” package but I did use the
    “try customize” feature to debug the problem. It seems that the “span” style within “#infinite-handle” is the culprit.

    If I add the following css it fixes the problem:

    #infinite-handle span
    {
    border:0;
    }

    Can someone add this to the original CCS file or ask the author to fix the problem.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I tagged this thread for Themes Staff assistance. Please subscribe to it so you are notified when they respond.

  • Unknown's avatar

    Hi there,

    Thanks for bringing that issue to our attention! I reported it to our theme developers so they can take a look.

  • Unknown's avatar

    Thanks for the bug report! We’ve made a fix to Origin so it should display properly now. :)

    Cheers,
    Caroline

  • Unknown's avatar

    Looks perfect now. Thank you.

  • The topic ‘Origin Theme CSS Bug’ is closed to new replies.