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. Split Screen site but split 20/80, not 50/50

Split Screen site but split 20/80, not 50/50

Scheduled Pinned Locked Moved General Discussion
5 Posts 3 Posters 159 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.
  • F Offline
    F Offline
    fergtig
    wrote on last edited by
    #1

    Hi there,

    I am creating a site inspired by www.eatock.com

    However, the custom code Laytheme provides for the 'Split Screen' website splits the screen directly in half, where I would like the left portion to take up a smaller area of the screen around 20%

    I tried playing around with the custom CSS, but when I got the portion to move over, the right side of the screen was not scrollable unless the cursor was on the very far right side

    Any help would be much appreciated, thanks
    F

    F 1 Reply Last reply
    0
    • F fergtig

      Hi there,

      I am creating a site inspired by www.eatock.com

      However, the custom code Laytheme provides for the 'Split Screen' website splits the screen directly in half, where I would like the left portion to take up a smaller area of the screen around 20%

      I tried playing around with the custom CSS, but when I got the portion to move over, the right side of the screen was not scrollable unless the cursor was on the very far right side

      Any help would be much appreciated, thanks
      F

      F Offline
      F Offline
      fergtig
      wrote on last edited by
      #2

      @fergtig Also - when i do exactly as instructed on the tutorial, there is a difference from the example website https://hedixandt.com/

      on his site, when clicked into a project, moving the cursor onto to the right half will cause the hover over feature to disable, so you can scroll through that project,
      When I did it, the hover over feature still works even once you've clicked into a project, the images block the project on the right side of the screen even when the cursor is over on that side... :/

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

        so.. i need a link to your website where u experience the issue

        D 1 Reply Last reply
        0
        • arminunruhA arminunruh

          so.. i need a link to your website where u experience the issue

          D Offline
          D Offline
          danoR
          wrote on last edited by
          #4

          @arminunruh any solutions for this problem? I’d love to split the screen in other proportions as well, but have the same issue as mentioned above. Thanks in advance!

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

            do you have a link?

            i think you can just do:

            #grid, #footer-region {
                    height: 100%;
                    position: fixed;
                    top: 0;
                    overflow-y: scroll;
                    overflow: -moz-scrollbars-none;
                    scrollbar-width: none;
                    -webkit-overflow-scrolling: touch;
                }
                #footer-region {
            width: 20%;
                    left: 0;
                }
                #grid {
            width: 80%;
                    right: 0;
                }
                ::-webkit-scrollbar {
                    display: none;
                }
            

            or:

            #grid, #footer-region {
                    height: 100%;
                    position: fixed;
                    top: 0;
                    overflow-y: scroll;
                    overflow: -moz-scrollbars-none;
                    scrollbar-width: none;
                    -webkit-overflow-scrolling: touch;
                }
                #footer-region {
            width: 300px;
                    left: 0;
                }
                #grid {
            width: calc(100% - 300px);
                    right: 0;
                }
                ::-webkit-scrollbar {
                    display: none;
                }
            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