Title: ericbel's Replies | WordPress.org

---

# ericbel

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OnePress] Hero Button Size Mobile](https://wordpress.org/support/topic/hero-button-size-mobile/)
 *  Thread Starter [ericbel](https://wordpress.org/support/users/ericbel/)
 * (@ericbel)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/hero-button-size-mobile/#post-8702117)
 * I ended up figuring out the issue. I had to Flush the Cache out of WordPress 
   and open the site in a Private tab on my phone and tablet. Just figured I would
   include this here in case someone ends up with the same issue in the future.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[FreeStore] How to change header height in theme freestore](https://wordpress.org/support/topic/how-to-change-header-height-in-theme-freestore/)
 *  [ericbel](https://wordpress.org/support/users/ericbel/)
 * (@ericbel)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/how-to-change-header-height-in-theme-freestore/#post-8504794)
 * I actually was able to figure this out a little while back. I think what worked
   for me was changing the max-height of the different CSS elements in the header.
 * So for example I changed:
 * .site-header {
    min-width: 300px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08); }
 * To
 * .site-header {
    min-width: 300px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08); max-
   height:70px !important; }
 * I also added this CSS to the Menus section
 * .header-cart
    { padding:30px 20px !important; }
 * .site-header .search-block
    { padding: 0px !important; max-height:70px !important;
   margin:0px !important; }
 * .menu-search
    { padding: 30px 0px !important; max-height:70px !important; margin:
   0px !important; }
 * .fa-search
    { padding: 0px !important; max-height:70px !important; margin:0px!
   important; }
 * .site-header .search-field
    { padding: 0px !important; max-height:70px !important;
   margin:0px !important; color: #ffffff !important; width:100% !important; }
 * and in
    .main-navigation ul ul I changed top: 143px; to top: 70px; and removed
   display:none;
 * And removed display:none; from .main-navigation ul ul ul
 * I hope this helps you, or anyone else who might stumble onto this question.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WooCommerce Slow for Add to Cart button](https://wordpress.org/support/topic/woocommerce-slow-for-add-to-cart-buttom/)
 *  Thread Starter [ericbel](https://wordpress.org/support/users/ericbel/)
 * (@ericbel)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/woocommerce-slow-for-add-to-cart-buttom/#post-8504573)
 * Sorry for the delayed response, but I did try some things and ended up figuring
   out there was a plugin that someone else installed that caused this. Thanks for
   your help DSmith!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WooCommerce Slow Add to Cart](https://wordpress.org/support/topic/woocommerce-slow-add-to-cart/)
 *  Thread Starter [ericbel](https://wordpress.org/support/users/ericbel/)
 * (@ericbel)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/woocommerce-slow-add-to-cart/#post-8471287)
 * I posted a new question in the Woocommerce section of the forum ([https://wordpress.org/support/topic/woocommerce-slow-for-add-to-cart-buttom/](https://wordpress.org/support/topic/woocommerce-slow-for-add-to-cart-buttom/)).
   I didn’t see that section of the forum when I originally posted here. My apologies.
   I would delete this, but I can’t seem to figure out how.

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