• Resolved holyfamily

    (@holyfamily)


    When I click from tab to tab the width of the tabs change (I’m using a vertical template). Any way to make these tabs a fixed width?

    • This topic was modified 7 years ago by holyfamily.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author livemesh

    (@livemesh)

    Can you pls post a link to the page where this is occurring? This will help us provide a more accurate solution to the issue faced by you.

    Thread Starter holyfamily

    (@holyfamily)

    Here it is: https://holyfamilycc.com/ministries/
    Focusing on the first set of tabs, you’ll see that depending on text or buttons that I have, the tabs will change size or go from being multiple lines to just one line.

    livemeshsupport

    (@livemeshsupport)

    You can use the below custom CSS in Livemesh widgets > settings > custom CSS –

    
    .lsow-tabs.style7 .lsow-tab-nav .lsow-tab {
        max-width: 100%;
        width: 250px;
    }
    
    Thread Starter holyfamily

    (@holyfamily)

    Perfect! Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Width of LiveMesh Tabs’ is closed to new replies.