Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1054341

    How would I go about making the tab section images larger – The circles at the top in the tab. I would also like to make the circles more spaced out? I would like them around 150 px. Right now the icons and text is also too close together. I would like theme spaced out better as well if possible. I have 2 section on the page below with the tab sections that need to be changed.

    #1054352

    Hey Hudavi,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width:1024px){
         .av-tab-section-image {
            width: 130px;
            height: 130px;
        }
    } 
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1054368

    Wow, thanks for the fast reply. The pictures looks good but the spacing is still tight and not centered.

    #1055169

    Hi Hudavi,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-tab-with-image .av-inner-tab-title {
        display: block;
        margin: 0 auto;
    }
    #top .av-section-tab-title {
        margin: 0px 25px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1055274

    Thank @victoria That somewhat worked but not quite how I envisioned things. I was hoping the text line would also not break so fast. For Example “DR. CHARLOTTE SARSHAD” would be one line. I added a BR element after that so the D.O would go on the next line. The second Tab Section on that page is now not in one line but two. Any chance to get it all on one?

    #1056645

    Hi Hudavi,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-inner-tab-title {
        width: auto;
        max-width: 150px;
    
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1056959

    Thanks, that worked but the second tab section is still on 2 rows. Mobile view also looks really spaced out. Is there a way to fix that?

    #1057223

    Hi Hudavi,

    Ok, change the last code to:

    
    @media only screen and (min-width:1024px) {
        .av-inner-tab-title {
            width: auto;
            max-width: 150px;
        }
    }
    

    Best regards,
    Victoria

    #1057503

    That helps but I’m still having the double rows in the section element.

    #1057839

    Hi Hudavi,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1057919

    Screenshot attached on how the second tab element section has two rows of people. I need everyone on one row.

    #1058223

    Hi Hudavi,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1058348

    Here you go! I provided that in the private section.

    #1059504

    Hi,

    You have to remove the margin between the tab section title and decrease the image. Remove this css code:

    #top .av-section-tab-title {
        margin: 0px 25px;
    }

    And then adjust the size of the image:

    .av-tab-section-image {
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }

    Best regards,
    Ismael

    #1059790

    Thanks @ismael That works!

    #1060395

    Hi,

    Great! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Tab Section Icon image larger and more spaced out’ is closed to new replies.