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

L

Louis josek

@Louis josek
About
Posts
6
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to fix content scrolling over fixed footer? I'd like the content to scroll top and behind footer. Thanks
    L Louis josek

    @ECCS I did this yesterday to my footer. I have a transparent, fixed footer and the content is scrolling behind it. This is what I put in my CSS:

    .slug-release #footer-region {
    position: fixed;
    background:transparent;
    bottom: 0;
    z-index: 999
    }

    Breakdown:

    1. .slug-release – release is the name of the page the footer should appear on. Leave .slug– and add the name of your page afterward.
    2. position: fixed – footer is always at the bottom of the browser
    3. background: transparent – footer background is transparent. You can put any color here.
    4. bottom: 0 – put this to zero and layout your grid in the footer page.
    5. z-index: 999 – this puts the footer to the front on top of all the content

    Hope this helps. I am sure there are different ways to do it but this is how I did it. I don't have a lot of CSS knowledge.

    Cheers,
    Louis

    General Discussion

  • Vertical Menu / CSS Grid problem
    L Louis josek

    Hi Everybody,

    I am trying to make a simple vertical menu and want to adjust only the left frame of the gridder on all my pages. I didn't find any way to do it and I am an absolut CSS beginner.

    I tried the CSS code I found in another post here but it didn't work. Can somebody help?

    Thats the code I tried:

    #laytheme {
    width: 70%;
    margin-left: 30%;
    }

    Thank you so much,
    Louis

    General Discussion laytheme gridder menu

  • Right Click doesn't work
    L Louis josek

    Hi Everyone,

    Out of sudden my right click is not working any more. Updated Laytheme already - bug still present. Every time I right click, the field pops up but disappears as soon as I release the click. I can't use any of the functions. Please help! I had no problems before.

    Thanks!

    Bug Reports
  • Login

  • Don't have an account? Register

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