Viewing 25 posts - 1 through 25 (of 25 total)
  • Author
    Posts
  • #882975

    Is it possible to change the width and text size of the tabs?
    I have tabs on the top where the padding on the top and bottom is to much, and the width of the tab should be larger.
    Then i have some tabs on the left that are to small as well. The text size should be larger and the width should be 275px as a minimum.

    In the picture you can see a example

    • This topic was modified 7 years, 5 months ago by meinders.
    #883172

    Hey meinders,

    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

    
    .sidebar_tab .tab_titles {
        max-width: 275px;
    }
    .js_active .tab {
      font-size: 1em;
    }
    .sidebar_tab .tab_content {
        min-height: 452px !important;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #883391

    Thanks for the quick help Victoria.

    Almost there. For the top tabs i would like to change the width and make the text bold.
    And the distance between the tab and the text underneath should be always the same.

    Could you help me with this?

    #884536

    Hi,

    I’m sorry but the page doesn’t exist anymore. Did you remove it?

    Best regards,
    Ismael

    #884549

    Sorry i forgot that i made a change in the URL.
    I will send the new link in the private content.

    #885051

    Hi,

    Thank you for the info.

    Please add the following css codes.

    .av-tab-no-icon.av-tab-no-image .av-inner-tab-title {
        margin-bottom: 15px;
        font-weight: 600;
    }
    
    .avia-section-small .av-layout-tab {
        vertical-align: top !important;
        padding-top: 50px !important;
    }
    

    Best regards,
    Ismael

    #885146

    Hi,

    Thanks for the quick help so far, one more thing.

    Is it possible to make the heigth of the text box adjustible to the content?

    #885419

    Hi,

    Is it possible to make the heigth of the text box adjustible to the content?

    Please edit the tab section element and then set the “Content height” settings to “Auto adjust to content”.

    Best regards,
    Ismael

    #887257
    This reply has been marked as private.
    #887397

    Hi meinders,

    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 (max-width: 767px) {
      .av-tab-content-auto .av-layout-tab-inner {
        width: 100vw;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #888447

    Thank you Victoria

    Another problem is the text in the footer. It is so wide that the .com from the email adresses is not showing.

    #888452

    I see the problem is there on more pages

    #888697

    Hi,

    I’m sorry but I can’t see any issue with the footer text. Could you provide a screenshot? Use imgur or dropbox.

    Best regards,
    Ismael

    #888789

    Sure thing.

    • This reply was modified 7 years, 5 months ago by meinders.
    #888937

    Hi meinders,

    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

    
    #footer div .av_one_fifth {
        margin-left: 4%;
        width: 16%;
    }
    .footer_color a {
      word-break: break-word;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #891065

    Thank you

    I have a problem on a new page:

    The text is not loading or showing.

    And the 2nd problem is that the text from the box on the home page is to wide.
    Screenshots are in the private content.

    #891365

    Hi,

    Can you please specify the link to that page?

    Best regards,
    Victoria

    #894721

    Sorry for the late response.
    In the private content the screenshot and link.

    #894866

    Hi meinders,

    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

    
    article {
      word-break: break-word;
    }
    
    #after_full_slider_1 div .av_one_fourth {
        margin-left: 3%;
        width: 21.5%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #895158

    Thank you.
    The problem on the new page didn’t change.
    The tabs on the side are not working well.
    The first tab is working but the second is not.
    There is text in every tab.

    #895848

    Hi,

    Our developers have worked on a new version that fixes some of those things and the way shortcodes are been deployed.
    We would much appreciate the patience for it.

    Best regards,
    Basilis

    #896083

    No problem, can you give an indication when the new version will be released?

    #897213

    Hi,

    We are working hard to get it live, we are testing it as we speak.

    Best regards,
    Basilis

    #897433

    Thanks and good luck with the testing. looking forward to the update

    #898232

    Hi,

    Best regards,
    Basilis

Viewing 25 posts - 1 through 25 (of 25 total)
  • The topic ‘Width of Tabs’ is closed to new replies.