This topic has 13 replies, 4 voices, and was last updated 8 years by reimagineart.
-
Author
Tagged: feature items, flex
-
December 11, 2015 at 19:25 #92709reimagineartParticipant
Hello,
We recently upgraded our KLEO theme to the latest release and a Feature Items grid on our Home page is now stacking on Safari (desktop) instead of displaying the two boxes side-by-side like they display in other browsers (Mozilla and Chrome).
The only thing we’ve done on our end is apply the released update.
Thanks for your help!
Kevin
December 13, 2015 at 18:09 #93020AbeKeymasterHi there, I tried to reproduce it on my kleo install and couldn’t. Also the demo looks fine.
Can you please disable any others plugins you might have to ensure nothing is interfering?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 15, 2015 at 03:03 #93315reimagineartParticipantHello, I just tried what you suggested, and it did not correct the problem. Any other thoughts? The only thing I’ve done to cause the problem is upgrade the theme.
Thanks,
Keviin
December 16, 2015 at 01:06 #93516reimagineartParticipantWhen you attempted to reproduce, did you set the feature items grid from Default to Box? If I set the grid to default, it aligns correctly in Safari (not an acceptable solution for my needs though).
December 26, 2015 at 17:19 #95275AbeKeymasterwill be take an extra look if you are using the latest theme version.
also please give a link to your page
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 26, 2015 at 17:26 #95276deikkaParticipantYou can see this happening here here
Thanks in advance.
A.December 28, 2015 at 23:34 #95510AbeKeymasterHi, I just managed to see what is causing this and will come back with a fix tomorrow. Thanks for your patience.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 30, 2015 at 23:53 #95782AbeKeymasterStill doing some tests. @deikka I see you changed those and added them to columns with one per row. Will definitely come back with a fix in the next theme update.
@reimagineart what is the page where you have that problem?Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.January 5, 2016 at 14:57 #96350RobertKeymasterHi, we fixed this and will be available in our next update. Until then we have an workaround for this.
Edit in your child theme app.css as follows:
1. Around line 7026 please remove this line since we don’t need it anymore:
COPY CODE.box-style, .box-style .one-by-one-animated { width: 100%; }
2. Around line 7099 you have this line:
COPY CODE.box-style .col-xs-12 { display: flex; }
… You need to change it like this:
COPY CODE.box-style .col-xs-12 { display: flex; margin-left: -1px; }
If this isn’t working for you please let me know.
Best regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRobert - Front-end developer and UI graphics enthusiast.
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.