Viewing 1 replies (of 1 total)
  • 1) Add to Child Theme style.css or CustomCSS

    .sticky-enabled .brand2 .site-logo {
        display: none;
    }

    2) First, read about @media here
    You then need to test and add different sizes and adjust with

    @media all and (max-width:1280px) {
    .navbar .nav {
    width: 140%; /* 1280 x 600 */
    }
    }

    3) Use @media and adjust css

Viewing 1 replies (of 1 total)

The topic ‘Logo and second logo issues’ is closed to new replies.