Tagged: x
-
AuthorPosts
-
April 24, 2016 at 3:04 am #897222
RadModeratorHi there,
Maybe we don’t fully understand the issue yet, would you mind providing a screen recording displaying all of these issues?
I test the CSS and it works, but maybe the issues we’re seeing is different from you’re getting.
Thanks!
April 26, 2016 at 4:52 am #900011
ottobonoParticipantI tried with chrome. it is not dotted but it slides as I said. Couple pics here (already cleared cache from wp and browser etc)
April 26, 2016 at 11:28 pm #901427
RupokMemberHi there,
Thanks for updating. It seems you are facing this on smaller screes (less than 768px).
You can add this under Custom > CSS in the Customizer.@media only screen and (max-width: 767px) { .x-feature-box-connector.lower { top: 30% !important; } }I have tested this with your site and should work fine.
Cheers!
April 27, 2016 at 9:29 am #902257
ottobonoParticipantHi Rupok, it still does not work. I used your code and it breaks now on mobile view. Look at this gif
http://g.recordit.co/bGdGbtMAWD.gif
April 27, 2016 at 6:02 pm #903168
RadModeratorHi there,
Maybe that’s one of the main reason why lines are hidden for mobile since it has the varying effect depending on the amount content and device. Positioning changes, setting static top will only work on the view where it’s tested, but may not work on another.
I checked in multiple devices and I’m getting many different results. That means, many different CSS too. For example,
@media only screen and (max-width: 979px) { .x-feature-box-connector.lower { top: 0 !important; } } @media only screen and (max-width: 767px) { .x-feature-box-connector.lower { top: 30% !important; } } @media only screen and (max-width: 480px) { .x-feature-box-connector.lower { top: 50% !important; } }Please do trial and error depending on your preference. If we will fix it based on our end, then it may never fix it on your end. There is no limit on screen width and top positioning. You can create as many as you want.
Thanks!
April 28, 2016 at 1:20 pm #904489
ottobonoParticipantI decided to get rid of the lines… too much work and it is not worth it 🙂 thank you anyway for your invaluable help, at least now I know that I do not have to use the lines if I do not want to make my life worse 😀
April 29, 2016 at 3:55 am #905342
Rue NelModeratorGreat! We appreciate for letting us know.
If you need anything else we can help you with, don’t hesitate to open another thread. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-888638 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
