Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1215857

    Hi,

    I have a tab section with 2 tabs.

    I ‘ve set image and title for each tab.

    How can i increase the width of each tab in order to use as much width available?

    How can i align the image, the title and the indication bottom arrow center?

    Thank you so much in advance!

    #1215942

    Hey mike.rav,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1216046

    Hi,

    The website is currently under maintenance. But i will provide the details fro logging in. Then you should be able to see it.

    The tab section is in the home page.

    Thank you

    #1216206

    Hi mike.rav,

    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 {
      min-height: 30px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1216219

    Hi,

    Thanks for your reply.

    Perhaps i did not explain what i need clearly. I am sorry for that.

    I need the 2 tabs to be expanded in width. Now they are too close to each other, whereas there is so much space available.

    thanks

    #1216260

    Hi mike.rav,

    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

    
    #top .av-section-tab-title {
      width: 250px;
    }
    #top .av-section-tab-title .av-inner-tab-title {
      text-align: center;
      display: inline-block;
      width: 100%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1216269

    Hi,

    Thanks so much!

    Yes, that is the requirement.

    Anyway we can center the bottom arrow indication as well?

    Also can the icon color be red when clicked?

    Thanks again!

    #1216760

    Hi,

    The admin info provided above is not working. Can you check it?

    Best regards,
    Jordan Shannon

    #1216812

    Hi,

    I just tried the admin credentials and they work.

    What error are you getting?

    Please make sure you accept the Google Terms in login page and also fill in the ReCaptcha correctly.

    Thank you

    #1217695

    Hi,

    Any updates on this?

    Thanks

    #1219089

    Hi,

    Sorry for the delay. You can add this css code to center align the arrow.

    .av-tab-arrow-container {
    	width: 210px;
    }

    Best regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.