Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

M

Modeano

@Modeano
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Max content size / breakpoints
    M Modeano

    So, I found a solution for this, in case anyone wants to do something similar.
    First, I set the max content size in Lay Options to 800 px. This is for screen sizes up to 1280px.

    Then, using the base code from the site I added the following into Custom CSS & HTML under Custom <head> content:

    <style>
    @media only screen and (min-width: 1921px) {
    .row-inner{
    margin-left:auto;margin-right:auto;max-width:1300px!important;

    }
    }

    @media only screen and (min-width: 1281px) and (max-width: 1920px) {
    .row-inner{
    margin-left:auto;margin-right:auto;max-width:1000px!important;

    }
    }

    </style>

    General Discussion

  • Max content size / breakpoints
    M Modeano

    Hey,

    I would like to have two or three different maximum content sizes for larger graphics screens.

    For example:

    Up to 1200 px - max size a
    1201 to 1920 px - max size b
    1921 and above - max size c

    Can anyone suggest a solution for this?

    Many thanks!

    General Discussion
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search