New Landing How can we help? Atelier My-Account Wishlist content cutoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #290430
    willjepson
    Member
    Post count: 11

    On My-Account page, when user is logged in, and has items in their Wishlist, the Wishlist content is cutoff (see attachments). Is there a way to display all of the Wishlist content? Can the “Back to my account” content be removed and move Wishlist content to the left showing the missing/cutoff content?

    Attachments:
    You must be logged in to view attached files.
    #290491
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .my-account-right {
        float: left !important;
        width: 100% !important;
    }
    .my-account-left{
    display:none !important;
    }
    
    #my-account-content table.wishlist_table td.product-thumbnail {
        width: 10% !important;
    }
    #my-account-content table.wishlist_table td.product-name {
        width: 20% !important;
    }
    #my-account-content table.wishlist_table td.product-price {
        width: 5% !important;
    }
    #my-account-content table.wishlist_table td.product-stock-status {
        width: 5% !important;
    }
    #my-account-content table.wishlist_table td.product-add-to-cart{
    width: 12% !important;
    }
    #my-account-content table.wishlist_table tr td.product-remove {
        float:left !important;
    }

    Thanks
    Mohammad

    #290682
    willjepson
    Member
    Post count: 11

    Mohammad,

    You are the man! Thank you. Works perfectly. The only thing that does not show up is the Share On links. Otherwise, perfect. Thanks again.

    #290696
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad 🙂 to help you.
    Thanks
    Mohammad

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

You must be logged in to reply to this topic.