Cannot Control Appearance On Devices That Match Min-width: 1200px - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Cannot Control Appearance On Devices That Match Min-width: 1200px

PV

Peter Vukovic

SP Page Builder 2 years ago

The SPPB framework has a media query for (min-width: 1200px), but the responsive switcher in the builder doesn't target this mode with any of the options.

For example, the sppb-row-container changes to max-width of 1140px in this mode, which affects a lot of typical laptops and the layout shift can be substantial, but this mode cannot be controlled through the page builder.

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #132863

Hi

Use this custom CSS

#sppb-addon-Q9RkSpDkAIGqjDW4m50D9 img{
      height: 285px !important;
}
#sppb-addon-qr-4vRyyCo8k5bDJQEnve img{
   height: 285px !important;
}

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #132827

Hi

Thanks for contacting us. Could you please give me your site URL and also screenshot of your issue?

-Regards.

0
PV
Peter Vukovic
Accepted Answer
2 years ago #132839

This is the page: https://www.winescholarguild.com/certifications

You have Joomla access info from my previous post.

Focus on this section: https://prnt.sc/doReYXxRFsry

Notice how the image is perfectly aligned with the gray column to the right. This is standard desktop mode.

Now turn on Development Console in Google Chrome, and in the device list, choose Web:

https://prnt.sc/VCCDIWggdpQe

Notice how the columns get shorter due to reduced row width, and the space appears around the image.

0