• Resolved perfectleads

    (@perfectleads)


    View post on imgur.com


    1 – if you looked at that image, I don’t like how they line up – there is more space to the left.
    Is there a way to delete box borders or at least the horizontal ones?
    2 – I played a bit with my page’s css and but couldn’t move quickview (.quickview is not working).
    Is there a way move it far to the left for example?
    3 – idk if this a plugin situation or a theme one, but the site’s menu on the wishlist page is the secondary one and I have no idea how to change the menu of the wishlist page to my main menu – by menu I mean the tabs on top of every website (home, customer service, login, etc.)

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there

    1. if you share with us an url to your installation, I’ll be glad to suggest some custom CSS

    2. if quickview isn’t working, please, make sure to open a report about the issue on the forum dedicated to quick view plugin
    Do you want me to help you move the button? where do you want to place it?
    Once again, I’ll need url to your installation

    3. I’m afraid I don’t fully understand this point; anything related to menu, anyway, should be related to the theme, or to your specific configuration of the menu itself

    Thread Starter perfectleads

    (@perfectleads)

    Hello, thank you for your response.
    1. my site: https://bit.ly/2VCxGqu
    the plugin is version 2.2.16, I like this one since it doesn’t mess much with my theme, I added this custom CSS just to put the add-to-cart buttons more to the left since they were way right and its text was all over the place on mobile devices. On web it looked perfect.

    .add-links {width: 106px;
    padding-left: 0px;
    padding-right: 0px;}
    .product-add-to-cart{
    padding-left: 0px;
    padding-right: 0px}
    .main-content{
    padding-left: 0px;
    padding-right: 0px;}
    .product-thumbnail{
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;}
    .box-content{
    padding-right: 0px;
    padding-left: 0px;
    border-right-width: 0px;
    margin-right: 0px;
    border-left-width: 0px;
    margin-left: 0px;}
    .product-thumbnail{
    padding-left: 0px;
    padding-right: 0px;}
    .container{padding-left: 20px;
    padding-right: 20px;}

    It looks kinda fine now, but maybe if I get rid of those lines (at least the horizontal ones) it will look better.

    2. quickview is working, I just wanna place its button either to the max left or center, probably left is better.

    3. yeah idk, if you go to the Wishlist page, the menu will be MY ACCOUNT – ORDER TRACKING -MY WISHLIST – SPECIAL OFFER, however on all other pages, it’s my standard menu: HOME – SHOP – CUSTOMER SERVICE – SPECIAL OFFER

    Plugin Author YITHEMES

    (@yithemes)

    Hi there

    1. I’m not able to reproduce: when I visit wishlist at mobile resolution, I see same padding on left and right side: screen
    Anyway, if you want, I can provide code to hide border for the row
    2. Please, try with this CSS rules

    .shop_table.wishlist_table tr td.product-add-to-cart div.add-links .quickview{
        margin-left: 0;
    }
    
    @media (max-width: 767px){
        .shop_table.wishlist_table tr td.product-add-to-cart{
            text-align: left;
        }
    }
    

    Here my result

    3. I’m sorry, but this is definitely something that isn’t realted to our plugin
    Maybe a customization of the page made by the theme only on wishlist page

    Not sure: anyway header and menu are definitely managed by the theme

    Thread Starter perfectleads

    (@perfectleads)

    Hi, thank you for your response. That code worked.
    The reason why I’m doing all of this is because, on the latest plugin, heart button is showing twice on the shop page. I created a new ticket for it here.
    If you can solve that, there won’t be a need for the code to hide borders for the row (although I only wanted to remove the horizontal ones).

    Plugin Author YITHEMES

    (@yithemes)

    Hi again

    Ok, then I’ll wait for your news on the other topic
    In the mean time, if you don’t mind, I’m marking this as solved

    Feel free to answer back if you have additional questions

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to delete box borders, and move quickview’ is closed to new replies.