fixed image size / breakpoints
-
Hey,
you can add a html class to your image like described here:
http://laytheme.com/documentation.html#create-button-styleLet's say your html class is "fixed-width"
Then your css for that in "Custom CSS for Desktop Version" could look like:
.col.fixed-width{ width: 600px!important; }
Breakpoints, yea you could write your own media-queries in "Lay Options" -> "Custom CSS & HTML" -> "Custom <head> content". You could write your own breakpoints in there like
<style> @media (min-width:1200px){ .col.fixed-width{ width: 900px!important; } } @media (max-width:1199px){ .col.fixed-width{ width: 600px!important; } } </style>
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version?
Go to www.laykeymanager.com