"Post Grid" (in responsive-mobile view) in 2 or more columns

Posted in: Newspaper
Post count: 4

Good afternoon,
Does anyone know how I can put the “Post Grid” in mobiles for 2 columns?
I give you an example:

Post Grid OK in 6 columns in view PC:Post Grid OK in 2 columns
The problem: in the responsive view you only see 1 column, and therefore the very large thumbnails … I want to at least show 6 columns or more:The problem: in the responsive view you only see 1 column, and therefore the very large thumbnails ... I want to at least show 2 columns or more
Element used in the construction “Post Grid” :element used in the construction: Post Grid
Settings used in “Post Grid”:Settings used in Post Grid

  • This topic was modified 7 years by Teleame.
  • This topic was modified 7 years by Teleame.
  • This topic was modified 7 years by Teleame.
  • This topic was modified 7 years by Teleame.
  • This topic was modified 7 years by Teleame.
Post count: 4

Sorry, I correct I want to at least show 2 columns or more in the responsive view.
Thanks.

Post count: 23312

Hi,

Please provide your website URL so I can take a closer look at this section. Maybe, it’s possible with a bit of CSS code.

Thank you!

Post count: 4

Hello, This is the page in cuestion

http://directostv.teleame.com/mexico/

Thank you.

Post count: 23312

Hi,

If you want to make 2 columns on mobile for those elements, please use the code below and place it in Theme panel -> Custom CSS area.

@media(max-width:767px){
.vc_grid-item{
width:50%;
float:left!important;
}}

The result is here -> https://www.screencast.com/t/MsKK8akK

Thank you!

Post count: 4

Thank you Catalin!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.