Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1041686

    Hello Team,
    we use the Enfold theme for our WP website and in there the function tab-section … but we needed to change the tab section visually, which i already did … means, no borders etc. … you can see that on http://www.greenmonkey.io (PW: AEu4Q) under the part “UNSERE STYLING SPRAYS” … the only thing we are not able to change is … How can we make the tab-navigation centered ? Right now, it starts logically from the left of course … is there a way to put that in the middle ?
    Thank you very much for your help. !! Kind regards … Bernd

    #1042996

    Hello Team,

    any news on my problem ?

    Thank you Bernd

    #1044677

    Hi,

    Thank you for using Enfold.

    I can’t find any tab section element in the page. Did you remove it? Please create a test page so that we can inspect the layout.

    Best regards,
    Ismael

    #1046787

    Hi Ismael,
    set up a test page … http://www.greenmonkey.io/test/#tab-id-1
    Password is: AEu4Q …
    Problem is, the navigation (Test 1, Test 2, Test 3) is on the left side … how can we achieve that to be centered?

    Thank you for your help, Bernd

    #1047088

    Hi,

    Thanks for the info.

    Use this css code to center align the tab title container.

    .tab_titles {
        text-align: center;
    }
    
    .tab_titles .tab {
        float: none;
        display: inline-block;
    }

    Best regards,
    Ismael

    #1047124

    Hi Ismael,

    thank you very much! Works fine!!
    Best regards, Bernd

    #1047538

    Hi bdeuwe,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘ENFOLD – Changing Tab Section Navigation Positioning’ is closed to new replies.