Grid columns width

Hi,

  1. My grid columns are no really width on mobile. is there a way to make them bigger?

  2. The my typkit font won´t appear in the skin builder. For some reason the title has the right font, but not the price.

  3. Also in Slider Revolution my Adfobe Font doesn´t appear.

Any idea?

Thx in advance

Hi Nikolaus,

Please add the mb-fullwidth class to your section:

After that add this custom CSS:

@media (max-width: 767px){
     .mb-fullwidth .x-container {
          width: 100%;
     }
}
```

[quote="nikolaus.kemetner, post:1, topic:53512"]
The my typkit font won´t appear in the skin builder. For some reason the title has the right font, but not the price.
[/quote]

Please follow this article: https://theme.co/apex/forum/t/extension-typekit/88

Upon checking your website, I could also see that you're using the cache plugin. Could you please temporarily turn it off then check again?

If it doesn't help, please provide us with your admin account so we can take a closer look.

Thank you.

Both things didnt work.

I added a secure not.

Best regards

Nik

Hello Nik,

The css code should be:

@media (max-width: 767px)
  .mb-fullwidth .x-container {
    width: 100% !important;
  }
}

And by the way, you are using the default page template. By default, it will have a container which may contribute empty spaces. Please edit the page and switch the page template to Blank - No Container| Header, Footer. For more details about the different page templates in the theme, please check this out:

Hope this helps. Please let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.