Mobile version of the poorly displayed
« on: January 15, 2017, 01:52:58 PM »
Puny it displayed in the mobile version.
http://prntscr.com/dvvunl


Can be corrected?

This page ad

*

MB Themes

Re: Mobile version of the poorly displayed
« Reply #1 on: January 15, 2017, 01:54:33 PM »
Missing URLs where to check problem.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: Mobile version of the poorly displayed
« Reply #2 on: January 16, 2017, 10:34:07 AM »
Try to add this to your style.css at bottom

Code: [Select]
@media screen and (max-width: 767px) {

  /* RADIUS SEARCH */
  .radius_h2 {display:none;}
  #home-map #map_radius_here, #listing #map_radius_here {top: 0; left: 0; width: 100%; border-radius: 0; padding: 10px 5px;}
  #map_radius_here input {width:45px;}
  #listing #map_radius_here .radius-show-now.radius_locate, #listing .radius_locate {width:30px;overflow:hidden;padding:0;text-align:center;color:#2196F3;}
  #listing #map_radius_here .radius-show-now.radius_locate:before, #listing .radius_locate:before {width:30px;height:30px;display:block;background:#2196F3;color:#fff;}
}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots