Home Forums WoodMart support forum My account

My account

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #27696

    leonidas
    Participant

    After the last update, I don’t have the issue with “my account” page but a new problem appeared.Look at the images and tell me how do we make the alignment of the buttons and the text?

    #27768

    Bogdan Donovan
    Keymaster

    We checked your site and everything looks fine on our side. This can be seen in the screenshots.

    1024 – https://gyazo.com/5e7ffc64d7b23816f17f20e0a8cd748e
    768 – https://gyazo.com/5e26eafbf3c744f045e75177fe95f7ab

    Please make sure that you have cleared the browser cache.

    #27806

    leonidas
    Participant

    Ok.Cleared the cache.Made a new order with a different account.Please use those credentials to login and check my last order.The only problem I see is the alignment of the buttons (YITH order tracking).Tell me if you see the same as the image below.

    #27807

    leonidas
    Participant

    And another image from 768px res

    #27842

    Bogdan Donovan
    Keymaster

    Please, try to add the following code snippet to fix order page buttons margins;

    @media (max-width: 1024px) {
    	
    	.my_account_orders .woocommerce-orders-table__cell-order-actions > a {
    		margin-top: 0 !important;
    		margin-bottom: 0 !important;
    	}
    }

    Regards

    #27849

    leonidas
    Participant

    The code worked well.Check the other video and tell me how do we fix it.

    #27865

    Bogdan Donovan
    Keymaster

    Ok, please try to replace previous code with code snippet below.

    @media (max-width: 1024px) {
    	
    	.my_account_orders .woocommerce-orders-table__cell-order-actions {
    		font-size: 0;
    	}
    	
    	body .my_account_orders .woocommerce-orders-table__cell-order-actions > a {
    		margin-top: 2px !important;
    		margin-bottom: 2px !important;
    		margin-left: 4px !important;
    		margin-right: 0px !important;
    	}
    }

    Regards

    #27888

    leonidas
    Participant

    CLOSE THE TICKET
    and thank you

    #27889

    Artem Temos
    Keymaster

    You are welcome!

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