Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1108445

    Hi team,
    How do I remove uppercase from the Tab Section titles and how do I resize the heading tab width so that my current headings/titles sit on one line?
    Many thanks

    #1108663

    Hey marsh1984,

    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-inner-tab-title {
        text-transform: none;
         width: 190px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1108734

    Thanks.
    How do I centre the indicator arrow? Also how might I get it to be responsive on mobile and fit on the small screen? thanks

    #1109192

    Hi marsh1984,

    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

    
    .avia_transform .av-tab-arrow-container span {
        left: 73%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1109432

    Thanks that’s great for the arrows.
    Now, what about on mobile view the tab titles extend off the screen. Is there a fix for that?
    Thanks

    #1109928

    Hi,

    There is no fix right now, but we are working to get this in a better view for mobile phones.

    Best regards,
    Basilis

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