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

  1. Home
  2. General Discussion
  3. create a static text block

create a static text block

Scheduled Pinned Locked Moved General Discussion
4 Posts 2 Posters 135 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    laurahrd
    wrote on last edited by
    #1

    Hi!

    I'm trying to make my text block have a fixed position, so that when I scroll it always stays in the same place.

    How can I do this? I guess I have to say that its position remains fixed, static, but I don't know where I can put this line of css, and what would be this line of code?

    Thanks a lot

    1 Reply Last reply
    0
    • arminunruhA Offline
      arminunruhA Offline
      arminunruh
      Global Moderator
      wrote on last edited by
      #2

      right click the text block in the gridder, choose "set html class and id"
      in class write:

      fixed

      then in css in lay options → custom css & html → custom css for desktop

      write:

      .fixed{
      position: fixed!important;
      right: 20%!important;
      top: 200px!important;
      left: auto!important;
      }
      

      use a text element that is the last one in a row
      otherwise element positions will get messed up

      L 1 Reply Last reply
      0
      • arminunruhA arminunruh

        right click the text block in the gridder, choose "set html class and id"
        in class write:

        fixed

        then in css in lay options → custom css & html → custom css for desktop

        write:

        .fixed{
        position: fixed!important;
        right: 20%!important;
        top: 200px!important;
        left: auto!important;
        }
        

        use a text element that is the last one in a row
        otherwise element positions will get messed up

        L Offline
        L Offline
        laurahrd
        wrote on last edited by
        #3

        @arminunruh
        Thanks for your very clear answer.

        Unfortunately it doesn't work, the text changes place on the grid and doesn't stay in position when I scroll...

        Is there maybe another way to do this?

        Thank you in advance for your help

        1 Reply Last reply
        0
        • arminunruhA Offline
          arminunruhA Offline
          arminunruh
          Global Moderator
          wrote on last edited by
          #4

          can you send the url to the page

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          I also code custom websites or custom Lay features.
          šŸ’æ Email me here: šŸ’æ
          info@laytheme.com

          Before you post:
          1. When using a WordPress Cache plugin, disable it or clear your cache.
          2. Update Lay Theme and all Lay Theme Addons
          3. Disable all Plugins
          4. 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:
          1. Post a link to where the problem is
          2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
          3. 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
          laytheme.com
          • Login

          • Don't have an account? Register

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