Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #256033

    Hi!

    Thank you for a great theme!
    When I updated to the latest version of the theme Enfold the Enfold Combo Widget got broken on the mobile.
    Check this out: http://46.22.122.163/

    Can you help me?

    #256203

    Hey kreativabyran!

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

    @media only screen and (max-width: 767px) {
    .responsive .tabcontainer .tab_titles {
    display: block;
    border-top: 1px solid #555555; 
    }
    .responsive .top_tab .tab.fullsize-tab {
    display: none;
    }
    .responsive #top .footer_color .tabcontainer .active_tab {
    color: #444; }
    }

    Cheers!
    Yigit

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