Skip to content

Instantly share code, notes, and snippets.

View sakinshrestha's full-sized avatar

Sakin Shrestha sakinshrestha

View GitHub Profile
@sakinshrestha
sakinshrestha / style.css
Created February 12, 2025 16:00
Zubin Pro Desktop Menu on 1024px resolution and above
/* Full Menu on Screen size 1024px and above */
@media only screen and (min-width: 64em) {
.navigation-classic .main-navigation ul ul a {
padding: 7px 20px;
width: 262px;
}
.navigation-classic .main-navigation ul ul a:hover,
.navigation-classic .main-navigation ul ul a:focus {
padding-left: 25px;
@sakinshrestha
sakinshrestha / woocommerce-cart-mobile.css
Created January 7, 2016 02:46
WooCommerce Cart Table Responsive for Mobile
/* START Make the WooCommerce Cart Table Responsive for Mobile */
/* CSS published in http://www.jeremycarter.com.au/optimising-woocommerce-checkout-for-mobile/ */
@media screen and (max-width: 600px) {
/* Force table to not be like tables anymore */
.woocommerce-page table.shop_table,
.woocommerce-page table.shop_table thead,
.woocommerce-page table.shop_table tbody,
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td,