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

    Hi there,

    i am looking for a align the header of a tab section (the part with the tab titles) to the left. I have found

    
    .av-tab-section-tab-title-container {
      text-align:left; 
    }
    

    but this puts the header to the far left on a stretched layout. (Boxed layout would fix the problem, but is a kind of dirty solution.)

    thank you for creating such a great theme and also supporting the users.

    richard

    #973812

    Hi Richard,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #973838

    link to page

    I put an example at the bottom of the page.

    • This reply was modified 6 years, 3 months ago by w4ld.
    #973852

    Hi,

    Thanks for that. You could try this CSS, it will put a max width on the container, though the element won’t stretch full width anymore:

    .av-tab-section-tab-title-container {
      max-width:1300px;
      margin: 0 auto;
    }

    Best regards,
    Rikard

    #973858

    works like a charm.

    thank you for the quick help :)

    richard

    #973937

    Hi,
    Glad Rikard was able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Tab Section header aligned left’ is closed to new replies.