• Resolved skerwink

    (@skerwink)


    Hello!

    Thanks for developing this plugin, it’s exactly what I was looking for. My only problem is it isn’t sitting in a good spot on the screen, it’s expanded my header so that it is now hiding the title of my site. Is there a way to make it fit in the menu right alongside the language tab? Also the drop down is translucent which works for the white background pages, but not for the main page as it’s less visible, can you make it white all the time so it’s visible?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

    
    .nav-secondary .wrap {
        max-width: 1024px;
    }
    li.astm-search-menu {
        float: right;
    }
    li.astm-search-menu form input {
        background: #fff;
    }
    li.astm-search-menu form input[type="search"] {
        width: 205px;
    }
    li.astm-search-menu form input[type="submit"] {
        padding: 11px 12px;
    }
    
    Thread Starter skerwink

    (@skerwink)

    That’s perfect thank you!

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You are always welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Icon Location Hiding Website Title’ is closed to new replies.