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

    Hi there,

    I have some problems with the CSS of the tabs when I use a mobile device or a small browser window. I found out that in the mobile view the tabs do not have the same background and behaviour like in your example online: http://kriesi.at/themes/enfold/shortcodes/tabs/

    I already tried, but my CSS skills are not enough developed yet. Could you please have a look and use your super CSS powers?

    Thanks in advance for your help!

    Daniel

    #280724

    Hi Daniel!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    .alternate_color .sidebar_tab, .alternate_color .tabcontainer .tab {
    background-color: white;
    }}

    Cheers!
    Yigit

    #281030

    Worked perfectly – thank you for your support, Yigit!

    #281125

    Hi!

    Glad Yigit could help you :)

    Best regards,
    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.