border

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #255440

    matildecaridi
    Participant

    hi there is a space over the slider i don’t need this space can you please hide this space i tried so many times but not working
    thanks

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

    Hello,

    I saw the screenshot you attached and visited your website.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .main-page-wrapper {
        padding-top: 0px;
    }
    
    .whb-header {
        margin-bottom: 0px;
    }

    Regards.
    Xtemos Studios.

    #256565

    matildecaridi
    Participant

    hi after i add this code all my page title is not showing on mobile device please solve

    #256657

    Hello,

    Please move the CSS I provided to the Custom CSS for the Desktop area under Theme Settings >> Custom CSS.

    Then it will not affect the mobile. If the problem still continues then provide with the admin panel login details of the website to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #256683

    matildecaridi
    Participant

    but i want to hide this white space also on moblie

    #256706

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .main-page-wrapper {
        padding-top: 0px;
    }

    Then clear cache and check back.

    Best Regards.

    #256968

    matildecaridi
    Participant

    how can i make the space between add to cart and the number please give me a custom css

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-product .quantity {
        padding-right: 15px;
    }

    Best Regards.

    #257995

    matildecaridi
    Participant

    hi how can i make the the full width with this side space ?

    #258050

    Hello,

    Please elaborate with the help of some relevant screenshots of the specific areas that you require because your current explanation is not clear enough to understand what you require.

    Regards.
    Xtemos Studios.

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