Home Forums WoodMart support forum Some mobile problems

Some mobile problems

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #198769

    dweb360
    Participant

    Hello
    1)How to reduce space above slider in mobile version?
    2)How to center credit cards icons on the footer in mobile view?
    3)Please see attachem image (how to add VAT included near price) in the off-canvas cart?
    Thank you

    Attachments:
    You must be logged in to view attached files.
    #198837

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-).

    I saw the screenshot you attached and visited your website.

    1) To reduce the space over the slider on mobile you need to add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .site-content {
    margin-top: -15px;
    }

    You can adjust the value according to your needs.

    2) To center the cards image to center on mobile you need to add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .min-footer img {
    margin-left: 55px;
    }

    3) To Display prices with tax you need to set up taxes from WooCommerce. You can read the following article for further help: https://docs.woocommerce.com/document/setting-up-taxes-in-woocommerce/

    Best Regards.

    #198883

    dweb360
    Participant

    Hello
    Thank you for your reply
    Please see attached images for tax problem, the tax prefix si only displayed when prices on the cart are set to “display prices excluding taxes”
    Thank you

    Attachments:
    You must be logged in to view attached files.
    #198912

    Hello,

    You are Most Welcome.

    Please check its functionality with default WordPress theme just to check the issue is with
    our theme or not.

    If it behaves well with the default WordPress Theme then provide admin panel login details to check it myself and help you out accordingly.

    Best Regards.

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