Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1481222

    Hello, in the mobile version, I would like the tab section to be a bit wider. As you can see in the screenshot, it’s not fully aligned with the other content.
    Screenshot

    Also, in the mobile version, the active tab has a purple background color, which I think looks great. In the desktop version, this isn’t the case. How can I change that?

    Best regards

    #1481250

    Hey northorie,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .home .flex_column.av-qr1eee-be79778a5ca7a248c4cd5f4274b9b47d {
        padding: 0;
    }
    @media only screen and (min-width: 768px) { 
    	    .responsive #top .main_color .tabcontainer .active_tab {
            background-color: var(--enfold-main-color-secondary);
            color: var(--enfold-main-color-constant-font);
        }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1481252

    Awesome! Thak you, looks cool now!
    Topic can be closed

    #1481255

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Tab-Section (Width & bg-color)’ is closed to new replies.