Title: studentcaffe's Replies | WordPress.org

---

# studentcaffe

  [  ](https://wordpress.org/support/users/studentcaffe/)

 *   [Profile](https://wordpress.org/support/users/studentcaffe/)
 *   [Topics Started](https://wordpress.org/support/users/studentcaffe/topics/)
 *   [Replies Created](https://wordpress.org/support/users/studentcaffe/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/studentcaffe/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/studentcaffe/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/studentcaffe/engagements/)
 *   [Favorites](https://wordpress.org/support/users/studentcaffe/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by SiteOrigin] 1 row 2 widgets – remove space between widget rows](https://wordpress.org/support/topic/1-row-2-widgets-remove-space-between-widget-rows/)
 *  [studentcaffe](https://wordpress.org/support/users/studentcaffe/)
 * (@studentcaffe)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/1-row-2-widgets-remove-space-between-widget-rows/#post-8335078)
 * I use the Vantage theme as well, and I’ve noticed that the theme adds a `line-
   height: 1.6em;` element to the .entry-content div, which can sometimes cause 
   weird spacing gaps when you want your elements to be flush.
 * Could you try adding `line-height: 0;` to your CSS Styles for the Disaster Resistance
   widget and see if that resolves it?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] page not responsive on mobile](https://wordpress.org/support/topic/page-not-responsive-on-mobile/)
 *  [studentcaffe](https://wordpress.org/support/users/studentcaffe/)
 * (@studentcaffe)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/page-not-responsive-on-mobile/#post-7563178)
 * If it’s just a matter of it not longer shrinking, it’s possible that something
   changed in the map’s custom sizing, either as a custom setting within the plugin
   or something created inline when you added the map element on the page.
 * It seems to stay at the same size, 584 x 300, on all views, overriding responsive
   scaling. Adding a max-width of 100% to the map element should fix it if that 
   is the only issue. Does adding the below code to your advanced CSS resolve the
   issue for you?
 * `div#custom-mapping-google-map-0 { max-width: 100% }`
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Alternating Content: Making post thumbnails display above post in mobile view?](https://wordpress.org/support/topic/how-can-i-make-post-thumbnails-display-above-post-in-mobile-view/)
 *  Thread Starter [studentcaffe](https://wordpress.org/support/users/studentcaffe/)
 * (@studentcaffe)
 * [10 years ago](https://wordpress.org/support/topic/how-can-i-make-post-thumbnails-display-above-post-in-mobile-view/#post-7360674)
 * Update: I have since been able to work around the issue by removing the snippet
   entirely from my child theme’s functions.php and adding the following to my Advanced
   CSS.
 *     ```
       @media screen and (max-width: 480px) {
       section.tc-thumbnail.span4 {
       display: table-header-group;
       }
       section.tc-content.span8 {
       display: table-footer-group;
       }
       }
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)