Tagged: x
-
AuthorPosts
-
November 30, 2016 at 5:12 pm #1276648
wpmarvisappsParticipantHi,
I have a problem to RIGHT align a feature list item, when the browser is resized …. The problem starts only when the feature content is shorter then the width of a control
Please see the image attached ….
I have already read the thread on the same topic but the problem was not resolved there ….
and yes I did run the plugin to clean cached stuff …
Here is the Link
So to replicate:
– open link
– resize the window
– then move the window off-screen to the left so you get more space to resize the window againThank you.
KrisNovember 30, 2016 at 7:38 pm #1276801
Rue NelModeratorHello Kris,
Thanks for writing in! I can confirm that there is an issue in your page. To resolve this issue, please edit your page in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS
@media(max-width: 979px){ .x-section .x-container.marginless-columns { margin: 0 !important; padding: 0 20px !important; } .x-section .x-container.marginless-columns .x-column { padding: 0 !important; } .x-section .x-container.marginless-columns .x-column.cs-ta-left, .x-section .x-container.marginless-columns .x-column.cs-ta-right { text-align: left !important; } }Please let us know how it goes.
December 1, 2016 at 4:47 pm #1278035
wpmarvisappsParticipantHi,
No, still the same …
December 1, 2016 at 9:26 pm #1278321
LelyModeratorHello There,
It seems working already when I checked. See this:http://screencast-o-matic.com/watch/cDlneTQlp2
Please confirm.December 2, 2016 at 5:18 am #1278656
wpmarvisappsParticipantNo no …. it works fine on this “normal” size ….. but you should extend the browser
http://screencast-o-matic.com/watch/cDlnXbQlMB
Thx
December 2, 2016 at 6:47 am #1278701
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
.x-feature-box.right-text { float:right; }Hope that helps.
December 2, 2016 at 8:30 am #1278800
wpmarvisappsParticipantYes, this did the trick 🙂
Thank you.
Kris
December 2, 2016 at 10:06 am #1278882
Prasant RaiModeratorYou are most welcome. 🙂
December 5, 2016 at 4:25 am #1281359
wpmarvisappsParticipantHi,
I thought this works …. and it works 🙂 but on width >2500 I think this is 27″ monitor,
feature elements are showen 2 in a row …. (the left side )
See the picture attached …
Thank you,
KrisDecember 5, 2016 at 4:36 am #1281371
ChristopherModeratorHi there,
Please resize and re upload your attachment.
Thanks.
December 5, 2016 at 6:23 am #1281478
wpmarvisappsParticipantSorry didn’t see …
Image attached.
Kris
December 5, 2016 at 7:08 am #1281511
Paul RModeratorHi Kris,
You can add this under Custom > Edit Global Javascript in the Customizer.
jQuery(document).ready(function($){ $( "<li style='clear:both;'></li>" ).insertAfter( ".my-feature-list li" ); });Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1276648 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
