Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

Columns not working expected
(1 viewing) (1) Guest
Read user-guide, report bugs and discuss more
  • Page:
  • 1

TOPIC: Columns not working expected

Columns not working expected 6 years ago #36348

Hi,
I was testing the shortcode for columns but the columns were not displayed like i expected. I configured 3 columns but only in the range between 768px and 992px the three columns were displayed. Above 992px 2 colums are displayed.
I used the following shortcode:
[yt_columns grid="yes" ] 
[yt_columns_item col="4" offset="0" margin="10px" padding="10px" background="#eeeeee" color="#ccc" ] 
CONTENT
[/yt_columns_item]
[yt_columns grid="yes" ] 
[yt_columns_item col="4" offset="0" margin="10px" padding="10px" background="#eeeeee" color="#ccc" ] 
CONTENT
[/yt_columns_item]
[yt_columns grid="yes" ] 
[yt_columns_item col="4" offset="0" margin="10px" padding="10px" background="#eeeeee" color="#ccc" ] 
CONTENT
[/yt_columns_item]
[/yt_columns]

To solve this problem I had to change the column width percentage to 30% by adding the following css code:

@media (min-width: 1200px){
.yt-show-grid .yt-col-lg-4 {
    width: 30% !important;
}
}

@media (min-width: 992px){
.yt-show-grid .yt-col-md-4 {
    width: 30% !important;
}
}

@media (min-width: 768px){
.yt-show-grid .yt-col-sm-4 {
    width: 30% !important;
}
}

Am I missing something in the column configuration to get the colums as expected without this css change?

Re: Columns not working expected 6 years ago #36354

Dear Benny54

Thanks for your solution
we will note this problem in the next version

thanks
  • Page:
  • 1
Time to create page: 0.20 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes