-
AuthorPosts
-
September 28, 2020 at 1:30 pm #1248985
Hi there,
We are using the History timeline element of the theme – the horizontal one. it does not appear to be responsive at all?
Please assist urgently as this theme has been sold as fully responsive?
Do you have a workaround?-
This topic was modified 5 years, 1 month ago by
ComeAlivesorted.
September 29, 2020 at 6:36 am #1249260Hey ComeAlivesorted,
Please refer to the following:
https://kriesi.at/support/topic/timeline-feature-not-responsive/
Best regards,
Jordan ShannonSeptember 29, 2020 at 9:33 am #1249292This reply has been marked as private.October 2, 2020 at 5:58 am #1249973Hi,
Thank you for the update.
The entries in the timeline element do not resize or respond properly because of this css code.
.av-milestone { width: 406px !important; }This sets the width to 406px even on smaller screens. You may need to remove the css code or wrap it inside a css media query so that it does not affect the default style on mobile view.
@media only screen and (min-width: 989px) { /* Add your Desktop Styles here */ li.av-milestone { width: 406px !important; } }Best regards,
IsmaelOctober 5, 2020 at 10:34 am #1250550Hi Ismael,
I have tried your solution, it does not work – in fact, it is making the problem worse on all sorts of screens.
I have had to remove your CSS code as it was worse off than before.
Please can you guys sort it out asap we have a very angry client?Kind regards,
Jamie Myburgh
Come AliveOctober 6, 2020 at 7:50 am #1250745Hi,
The CSS which Ismael is referring to is still applying:
li.av-milestone { width: 406px !important; }Please try to remove that, or wrap it in a media query like Ismael suggested above. Also make sure that you activate the option to delete the old CSS and JS files under Enfold->Performance before you check the results. If you want us to tell you exactly where the code in question is located then please turn off file compression on the same page.
Best regards,
Rikard -
This topic was modified 5 years, 1 month ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
