Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2933445
Make tabs bigger
Closed

Comments

  • Abdulaziz started the conversation

    Hello,

    I hope you are well 

     this is our website composite product http://prntscr.com/225y8g0

    I want to change the layout to something like this http://prntscr.com/1wij9cg 

    So in conclusion I want to make the tab and the content inside it bigger.

    Kind regards

  •  767
    Janilyn replied

    Hi Abdulaziz,

    Thanks for contacting us here.

    Could you please describe how you would like it to be so that we can offer the correct custom code (size, height & width, etc) ? Do you want to insert the custom code on your own on your site or we help you do that?

    After receiving your feedback, I will send your ticket over to our developer.

    Best regards.

    Janilyn T. - WPClever Support Agent

  • Abdulaziz replied

    Hello Janilyn,

    Thank you for your quick response.

    The tab should be 628x212

    The image should be 150x150

    I will insert the code.

    Kind regards.

  •  767
    Janilyn replied

    Hi Abdulaziz,

    Thank you for the feedback.

    I have assigned one of our developers to help you with that. He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,226
    Dustin replied

    Hi Abdulaziz,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .wooco_component_product_selection .dd-selected-image, .wooco_component_product_selection .dd-option-image {
        width: 150px;
        max-width: 150px;
        height: auto;
    }
    .wooco_component_product_selection .dd-option, .wooco_component_product_selection .dd-selected {
        padding: 0;
    }
    .wooco_component_product_selection .dd-selected-text, .wooco_component_product_selection .dd-option-text {
        display: block;
        margin-top: 60px;
    }

    And the result https://www.screencast.com/t/VMqjdmzeF0J

    I can't add the code for that "The tab should be 628x212", it's based on your theme, and needs to check your public product link.

    Best regards,
    Dustin

  • Abdulaziz replied

    Hi Dustin,

    Thank you it works great but there is a small problem ,

    if you put a component with single default selection it appears small like this http://prntscr.com/22glesk


    Kind regards

  •  1,226
    Dustin replied

    Please add below CSS code for this imagesmile.png

    .wooco_component_product_image {
        width: 150px;
        flex: 0 0 150px;
        margin-right: 5px;
    }
    .wooco_component_product_image img {
        width: 150px;
        max-width: 150px;
        height: auto;
    }

    Best regards,
    Dustin