Home>Support>Fix a row (of a nested Layout Builder Widget)

Fix a row (of a nested Layout Builder Widget)

By Otax, 10 years ago. Last reply by Otax, 10 years ago.
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi there,

I have the following problem and am having a hard time searching for it correctly so I’ll start this thread and please forgive me if the solution is already out there somewhere:

I have a SiteOrigin Page Builder site with a grid like this:


   <col>
     
   </col>
   <col>
     
   </col>



   <col>
     
   </col>
   <col>
     
        
           <col>
              
           </col>
           <col>
              
           </col>
           <col>
              
           </col>
           <col>
              
           </col>
        
     
   </col>

Now in every row all columns collapse in the mobile view. Normally that is what I want so I cannot disable responsiveness globally, however in this case I would like the row I gave the class “non-responsive” to not collapse. I still would like to use a page builder row with columns as all columns should have unique widths (i.e. 20%, 30%, 15%, 35%) and they should shrink but not collapse…

How can I achieve this? Any help would be appreciated.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 8 days ago Otax

    whoops, the code tag messed up my pseudo mark-up badly… this is what it should look like without code tags:

  2. 10 years, 8 days ago Otax

    And another try (sorry :/):

    {row}
    {col}
    {some widget /}
    {/col}
    {col}
    {some widget /}
    {/col}
    {/row}

    {row}
    {col}
    {some widget /}
    {/col}
    {col}
    {nested layout builder}
    {row class=”non-responsive”}
    {col}
    {image widget/}
    {/col}
    {col}
    {text widget/}
    {/col}
    {col}
    {image widget/}
    {/col}
    {col}
    {text widget/}
    {/col}
    {/row}
    {/nested layout builder}
    {/col}
    {/row}

  3. 10 years, 1 day ago Otax

    Bump with another try of the code-tag:

    {row}
       {col}
         {some widget /}
       {/col}
       {col}
         {some widget /}
       {/col}
    {/row}
    
    {row}
       {col}
         {some widget /}
       {/col}
       {col}
         {nested layout builder}
            {row class="non-responsive"}
               {col}
                  {image widget/}
               {/col}
               {col}
                  {text widget/}
               {/col}
               {col}
                  {image widget/}
               {/col}
               {col}
                  {text widget/}
               {/col}
            {/row}
         {/nested layout builder}
       {/col}
    {/row}
    
Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More