Forgot to mark as resolved lol
Hi, so I removed the folwing from my header file:
@media screen and (max-width: 600px) {
#city_drop_col_id {
visibility: hidden;
clear: both;
float: left;
margin: 10px auto 5px 20px;
width: 28%;
display: none;
}
}
And I did the 2 tasks you suggested, I unchecked the option in wprocket to Remove Query Strings and excluded the custom css from async.
So I think its working now thanks so much for your help.
Regards Dave
Hi, thanks very much for the reply, sorry to be a noob but if my theme is called
heartis
what is the path to custom css file to fill in the below in wp rockets exclusion
/**
* This is a sample file URL, define your own!
* Duplicate below line as needed to exclude multiple files.
*/
$excluded_files[] = ‘/wp-content/themes/example-theme/style.css’;
/**
* Stop editing here.
*/
Regards Dave