New Landing How can we help? Themeforest Theme Support Dante Responsive Breakpoint

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Dante
  • #47474
    fmciel
    Member
    Post count: 11

    Hi,

    (sorry for my bad English)

    I have this Problem:

    http://i.cubeupload.com/hsaFiK.jpg

    Is it possible, to activate the select box earlier?

    What should I change in the responsive.css?

    Thanks!

    #47476
    fmciel
    Member
    Post count: 11

    Here is the Link: http://www.tas2014.de/

    #48581
    Melanie – SUPPORT
    Member
    Post count: 11032

    Try adding this custom css:

    @media only screen and (max-width: 1200px) {
    #main-navigation {
    display: none;
    } }
    
    @media (max-width: 1200px) and (min-width: 768px) {
    .visible-xs.visible-sm {
    display: block!important;
    } }
    
    @media (max-width: 1200px) and (min-width: 768px) {
    .visible-sm {
    display: block!important;
    } }
    

    Let me know if that worked!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register