Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #818744

    Hi Guys

    I love the tabbed section, especially for the purpose i need it for. All is well, i have four tabs, but my third tab is not working. It seem like it has a error at the anchor link.

    My tab heading is PA Hamlet and i think the anchor link should be /#PA_Hamlet, but instead it is /#PA Hamlet without the underscore.

    Any feedback?

    #819183

    Hey danielle143,

    Thank you for using our theme.

    Your problem should be fixed in the next update which will be in one of the following days.

    Best regards,
    Günter

    #819189

    That is great news as this forms a big part in the website.

    #819200

    Besides the tabs that are not all working, is there any way to center the content within the tab to align with the website layout?

    #819237

    another issue… adding columns into the tab section is not working. Instead of putting them next to each other, it goes under each other??

    #819252

    Hi,

    A new version of the theme, 4.1, is now available. Could you try updating please? http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Rikard

    #819266

    Thank you Rikard! The update worked and fixed the anchor link error.
    I still however need help on centering the content within the tabs as well as adding columns next to each other.

    #819401

    Hi danielle143,

    Here is the code that will remove left margin on the 3rd tab, you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #av-tab-section-1 .avia-builder-el-15 {
      margin-left: 0;
    }
    

    What other content you need to center?

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #819474

    Victoria
    thank for your reply. This CSS only lines up the margin, but in actual fact it’s two columns and should be next to each. Not a problem, i took out the columns.

    But i still have an issue with anything i put in the tabs. I want it all centered and not left aligned. Tried everything and the only thing that might seem to help is if i put my menu at the top and that is not what i want. The menu needs to be on the left and all the content centered. Everywhere else it is fine, except under the tabs section.

    #820451

    any feedback?

    #820481

    no worries, got it!

    .av-layout-tab-inner {
    float: center;

    }

    .av-layout-tab-inner .container {
    max-width: 100% !important;
    float: center;
    }

    #820779

    Hi,

    Happy you got it short out.
    We appreciate for letting us know.

    Thank you very much

    Best regards,
    Basilis

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Tab Section not working’ is closed to new replies.