Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2076488
Delete gallery product in single page product
Closed

Comments

  • lilli87 started the conversation

    Hello,

    I have a problem, because I can't delete the white space on the left of the main image in a single product page and also the reviews and the small description below.

    I don't need this gallery (and these other elements) and the white space is not so good to see.


    I've tried to go to in The Aisle Options - Woocommerce - but I can't do this thing.

    Also I've tried to go in the single page product in the above part of the page, as you can see in the file attached.


    Can you help me?

  •  1,845
    Elated replied

    Hi again,

    1- In order to erase the space next to the image you have highlighted please copy the following code into Appearance > Customize > Additional CSS or Elated Options > General > Custom CSS:

    @media only screen and (min-width: 769px) {
        .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
            left: 0 !important;
            width: 100% !important;
        }
    }
    

    2- In order to hide the description please use the following code:

    .eltdf-woo-single-page .woocommerce-tabs {
        display: none !important;
    }
    

    Which will hide all of the tabs on the page.

    3- In order to hide the comments please navigate to Settings > Discussion > and uncheck all the options involving comments. (see image below)

    4469012079.png

    Hope this helps and if there is anything else that we can assist you with please don't hesitate to ask.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • lilli87 replied

    Thank you very much!


  •  1,845
    Elated replied

    You're welcome!

    Let us know if there is anything else that we can help you with.

    Best regards!

    Joey


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.