Please can someone just assist with this issue. I need to get my mobile device display correct.
You said:
Please put the below code in you custom css
#wpsm_counter_b_row_3461 .wpsm_counterbox {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
You also said.
and also put this css in your visitor counter plugin custom css.
.detail-content.single_page img {
float: left !important;
}
Where is this? That is obviously not in the Theme custom CSS.
Lastly you said:
Use the below code in custom css
@media only screen and (max-width: 639px)
.detail-content.single_page img {
width: 16% !important;
}
Once again which customer CSS? the Theme custom CSS or the visitor counter plugin custom css which is where exactly?
Please assist. I want my mobile device to display travelmania.blog visitor counter correctly.