Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1262725

    Hi,

    I recently added a wishlist plugin and I set it up to display an “Add to wishlist” button after product description on product page.
    The problem is for some screen sizes this button move under product gallery.
    I made a video in private content to show you better what I’m talking about.
    So what I could need is making the single-product-main-image alpha div full height, so the “Add to wishlist” button could not move anymore.
    But if you have another better idea, it’s of course ok for me! ;-)

    Thanks a lot for your help!

    If needed, you can find a link and credentials to my website in private content.
    Thanks a lot!

    #1263309

    Hey fcp,

    I added following code to bottom of Quick CSS field

    
    @media only screen and (max-width: 840px) and (min-width: 768px) { 
    .yith-wcwl-add-to-wishlist {
        width: 54%;
        float: right;
    }}

    Please review your website :)

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.