Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #902934
    LORDVONAKI
    Participant

    Hi,

    When you look at this page http://www.althos-patrimoine.com/scpi-immorente/ on a 13″ screen the third column NOTE ALTHOS (the one with the stars) is on another row.
    I would like it on the same row as the 2 colums before as 1/3 1/3 1/3 but I can’t figure out how to make it work…

    Can you please help me?

    Thanks,

    #903720
    Jack
    Keymaster

    Hi there,

    Thanks for writing in!

    The issue with the margin-right on the columns, as the screen gets smaller, the margin makes it go on a new line, you could try removing the margin, but it’ll make the columns closer together.

    Adding this to your custom CSS for example:

    .x-column {
    	margin-right: 0 !important;
    }

    That will remove the margin completely but if you change that to say 1% or a 20px value, you may need to change the value to get the look you want 🙂

    Thank you!

    #904088
    LORDVONAKI
    Participant

    Thanks I will try it!

    #905060
    Rue Nel
    Moderator

    Hello There,

    And to make sure that you are doing it right, please consider reviewing your shortcode format. It should look like this:

    [column type="1/1"] Place your content in here. [/column]
    [clear]
    [column type="1/3"] Place your content in here. [/column][column type="1/3"] Place your content in here. [/column][column type="1/3" last="true"] Place your content in here. [/column]
    [clear]
    [column type="1/1"] Place your content in here. [/column]

    Hope this helps.

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