add css to internal div to show background out of div

CSS


<style>
    .product-tabs {
margin: 0 -10%;
padding: 0 10%;
background: #f4f4f4;
}
</style>

We can use this above CSS for all devices like PC,smartphone,tablet etc. 
but it will not work if we press + and -- Sign of keyboard



Popular posts from this blog

How to open cPanel using WHM access.

Cant use dump() function in twig files or how to enable debug in opencart twig or print_r alternate use dump() in opencart 3.0