#my-account { #account-nav { margin: 0; } nav ul { list-style: none; margin-bottom: 0; li { background: #f0f0f0; margin: 0; padding: 10px 15px; display: inline-block; } li.selected { background: #d9d9db; } } .account-my-favourites { table { width: 100%; th.favourite-description, td.favourite-description { width: 70%; } th.favourite-number-orders, td.favourite-number-orders { width: 30%; text-align: center; } } } } @media screen and (max-width: '768px') { #my-account table { td.favourite-image { display: none !important; } th, td { width: 100% !important; display: block; text-align: center; } } }