Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1276648
    wpmarvisapps
    Participant

    Hi,

    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 again

    Thank you.
    Kris

    #1276801
    Rue Nel
    Moderator

    Hello 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.

    #1278035
    wpmarvisapps
    Participant

    Hi,

    No, still the same …

    #1278321
    Lely
    Moderator

    Hello There,

    It seems working already when I checked. See this:http://screencast-o-matic.com/watch/cDlneTQlp2
    Please confirm.

    #1278656
    wpmarvisapps
    Participant

    No no …. it works fine on this “normal” size ….. but you should extend the browser

    http://screencast-o-matic.com/watch/cDlnXbQlMB

    Thx

    #1278701
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-feature-box.right-text {
       float:right;
    }
    

    Hope that helps.

    #1278800
    wpmarvisapps
    Participant

    Yes, this did the trick 🙂

    Thank you.

    Kris

    #1278882
    Prasant Rai
    Moderator

    You are most welcome. 🙂

    #1281359
    wpmarvisapps
    Participant

    Hi,

    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,
    Kris

    #1281371
    Christopher
    Moderator

    Hi there,

    Please resize and re upload your attachment.

    Thanks.

    #1281478
    wpmarvisapps
    Participant

    Sorry didn’t see …

    Image attached.

    Kris

    #1281511
    Paul R
    Moderator

    Hi 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.

  • <script> jQuery(function($){ $("#no-reply-1276648 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>