Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #311352

    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

    #311360

    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

    #311386

    Easy enough – thanks for your your help!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove tabs margin – Full-width tabs element’ is closed to new replies.