• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Grid Layout not working with UIkit 3v

Grid Layout not working with UIkit 3v 7 years 3 months ago #37733

Grid layout doesn't seem to work with Uikit v3... seems like there's conflicts.

For example a 2 column grid it outputs:

<div class="uk-grid">
<div class="uk-width-6-12">
</div>
<div class="uk-width-6-12">
</div>
</div>
But it should be

<div class="uk-grid">
<div class="uk-width-1-2">
</div>
<div class="uk-width-1-2">
</div>
</div>
Uikit doesn't understand what "uk-width-6-12" is.

Anyone else having a similar issue?
Last Edit: 7 years 3 months ago by cloakendagger.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!