Set contents on columns/rows on center of the content pages

  • kapary
    Active member
  • Topic Author
  • Member
  • Member
More
1 year 8 months ago - 1 year 8 months ago #49361 by kapary
Hello, i trying to Set contents like Paragraph, headings, columns inside rows, etc in the center of the content Page. Mostly are the rows and  columns displayed on the left side. i try to Set this contents Individual on euch rows.To get for example two columns on the center must i add two more columns without any content.on Desktop view looks good but in the responsive viel  is displayed with a lot of spare beetwen contents. Any Suggestion? regards, Marco 
Last edit: 1 year 8 months ago by milos.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
1 year 8 months ago #49362 by milos
Hello,

If you want to hide some of the columns on mobile devices only, you must add some CSS code to the template custom.css file. You need to identify the row(s) you want to hide and columns. For example:
Code:
@media (max-width: 767px) { #rowXXXXX .sparky_col0, #rowYYYYY .sparky_col1 { display: none; } }

This will hide the first column from the row with id XXXXX and the second column from the row YYYYY.

Regards,
Milos

Please Log in to join the conversation.

  • kapary
    Active member
  • Topic Author
  • Member
  • Member
More
1 year 8 months ago - 1 year 8 months ago #49363 by kapary
@media (max-width: 767px) {
 #row_50106789 .sparky_col0,
 #row_50106789 .sparky_col3 {
  display: none;
 }
}  
 this code hidde the columns 1 and 4 in the row: row_50106789?
Regards,
Marco


 
 
Last edit: 1 year 8 months ago by kapary.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
1 year 8 months ago #49364 by milos
That’s right. If it doesn’t work, I will need the link to your website to inspect the code.

Thanks,
Milos

Please Log in to join the conversation.

  • kapary
    Active member
  • Topic Author
  • Member
  • Member
More
1 year 8 months ago #49365 by kapary
Its works when i have just columns without more rows inside, more rows in columns inside in a main row_XXXXXX, responsive view displays a lot of space beetwen columns,
I thing for the first time trying to set contents on a center of the content page is ok
This message contains confidential information

Regards,
Marco
 

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
1 year 8 months ago #49366 by milos
Hello,

I am not sure what do you mean by "more rows in columns inside" because our Sparky Page Builder doesn't let you insert a row inside a column. This feature is not available.

Your screenshots are removed.

Best regards,
Milos

Please Log in to join the conversation.

Time to create page: 0.396 seconds
Powered by Kunena Forum