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 just on front page / subpages without the split?

Split Screen just on front page / subpages without the split?

Scheduled Pinned Locked Moved General Discussion
3 Posts 3 Posters 213 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.
  • T Offline
    T Offline
    ton
    wrote on last edited by ton
    #1

    Hello @arminunruh ,
    I use your splitscreen for the main page. For the other pages like about etc. I would use a regular screen width. Is that possible? or do I have the split screen now on every page and the about page needs to be on the right site? Thank you!
    all the best,
    Antonia

    J 1 Reply Last reply
    0
    • T ton

      Hello @arminunruh ,
      I use your splitscreen for the main page. For the other pages like about etc. I would use a regular screen width. Is that possible? or do I have the split screen now on every page and the about page needs to be on the right site? Thank you!
      all the best,
      Antonia

      J Offline
      J Offline
      jacobtegel
      wrote on last edited by jacobtegel
      #2

      @ton I was asking myself the same question, adding a few modifiers in the CSS seemed to be the trick for me. id-6 being my home page. In my case i just wanted my home-page as well as project pages (therefore type-project) to be split. Maybe the code i used can be some sort of starting point for you.

      #grid .home, .type-project #grid, .id-6 #footer-region , .type-project #footer-region {
              width: 50%;
              height: 100%;
              position: fixed;
              top: 0;
              overflow-y: scroll;
              overflow: -moz-scrollbars-none;
              scrollbar-width: none;
              -webkit-overflow-scrolling: touch;
          }
          #footer-region {
              left: 0;
          }
          #grid .home, .type-project #grid {
              right: 0;
          }
          ::-webkit-scrollbar {
              display: none;
          }
          
      .type-project #footer-region,  
      .id-6 #footer-region {
              border-right: 1px solid black;
          }
      

      You can find the page id of your website via the web inspector of your browser and then checking the classes inside the <body> tag (there will be a few, just look for the id- one).

      All the best,
      Jacob

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

        yea very good

        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