Menu problems (styling & mobile not working)

Posted in: Newspaper
Post count: 79

Hi,
Could you please help me with the following:

(the website is http://www.ministryofrun.com )

1) Desktop view, suddenly there are some styling issues as below.
The strange thing is that it is displayed as it should be on my local dev.
menu display prob

2) On mobile view, the menu is not working at all. Clicking on it does nothing.

3) Searchbar styling issue:

thanks

Post count: 79

1 and 2 have been resolved.. It seems it was Cloudflare minification problem

But does this mean that I can’t use CDN..?

Also, any help with #3 appreciated

Post count: 6600

Hi,

Unfortunately minifying css and js could cause issues which why we don’t recommend it. You could try if you like to manually minify themes’s css and/or js and avoid this conflict by excluding the js or css causing issues.
The issue you have with the search form is because of some additional styling you have added, you can use this custom css to fix it: http://screencast.com/t/ND6LBfItg9yK

.header-search-wrap .dropdown-menu #td-header-search {
height: 23px !important;
}

.header-search-wrap .dropdown-menu .btn {
height: 33px;
top: 19px;
border-radius: 6px;
}

Thanks

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