Tagged: full width, margins
Hello,
How would one go about removing the margins from the tabs element. In this particular case, when it is set to “Display tabs at the top”. I would like to have my tab element span the entire page, making it full-width, so that it is best suited for tablet users.
Best,
Jon
Hey Jon!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) {
div#tabulation .container { width: 100%; }}
Best regards,
Yigit
Easy enough – thanks for your your help!