New Landing How can we help? Themeforest Theme Support Neighborhood Product Category Description Ruins Layout

Viewing 7 posts - 1 through 7 (of 7 total)
  • #23057
    oytamuah
    Member
    Post count: 81

    Hi when I add some description to a product category, the text gets wrapped around the ‘sort by’ button and the ‘showing x products’ text awkwardly. How can I make sure these elements begin AFTER the text.

    (Image attached of what Im talking about)

    #23108
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Make sure the theme is in latest version. Pass me the url details. I will look in to it.

    Thanks,
    laranz.

    #23114
    oytamuah
    Member
    Post count: 81
    This reply has been marked as private.
    #23162
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    For now do this.

    go to woocommerce/archive-product.php cut this in line #177

    <?php do_action( 'woocommerce_archive_description' ); ?>

    and paste that after this div in line #145.

    <div class="page-content <?php echo $content_class; ?>">

    like this..

    <div class="page-content <?php echo $content_class; ?>">
    <?php do_action( 'woocommerce_archive_description' ); ?>

    I will report this to the developer, for the next update maybe.

    Thanks,
    laranz.

    #23283
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Thanks for letting us know, fixed for next update.

    The custom css added is as follows:

    
    .term-description {
    clear: both;
    padding-top: 20px;
    }
    

    – Ed

    #23400
    oytamuah
    Member
    Post count: 81

    Hi thanks alot for the hotfix!

    #23838
    Melanie – SUPPORT
    Member
    Post count: 11032

    You’re welcome!

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register