Quantcast
Channel: XTemos » All Posts
Viewing all articles
Browse latest Browse all 39669

Reply To: Regarding Read More and translation options

$
0
0

OK, try to add this code snippet to the Custom CSS

@media (max-width: 1200px) {

  .right-column .basel-cart-totals {
	display: none; 
  }
  
  .right-column .mobile-nav-icon {
  	display: inline-block; 
  }
  
  .main-header .main-nav {
  	display:none;
  }
  
  .mobile-nav {
  	display: block;
  }
  
  .sticky-header .container:before,
  .sticky-header .container:after {
  	display: none;
  }
  
  .sticky-header .main-nav {
	display: none;
  }
}

Viewing all articles
Browse latest Browse all 39669

Trending Articles