Elementor FREE Horizontal Scrolling | NO plugins (CSS ONLY)

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024

Комментарии • 98

  • @romanpalli8200
    @romanpalli8200 2 года назад +22

    For everyone who's content rotates 90 degrees and scrolls vertically. Check the name of the main wrapper element. In my case it was page-content and I needed to adjust the code the following:
    .page-content {
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
    transform: rotate(-90deg) translateX(-100vh);
    transform-origin: top left;
    position: absolute;
    scrollbar-width: none;
    -ms-overflow-style: none;
    }
    .elementor-section-wrap{
    transform: rotate(90deg) translateY(-100vh);
    transform-origin: top left;
    display:flex;
    flex-direction: row;
    width: 600vw;
    }
    .section{ width:100vw; height:10vh}
    ::-webkit-scrollbar{
    display:none
    }

    • @velentdesigns9064
      @velentdesigns9064 2 года назад +8

      again the whole content rotates 90 degree. What should I do now

    • @DB-ef8wt
      @DB-ef8wt Год назад

      Perfect thanks

    • @renardmoustache
      @renardmoustache Год назад

      t'es une masterclass. Love you from France

    • @musicworld577
      @musicworld577 Год назад

      Thank you so much. It helped me a lot

  • @poojashinde6065
    @poojashinde6065 2 года назад +1

    It works......we just need to give the class name properly in my case it was not working first but then when I inspected my page and found out the exact name of my class and used it.........and then horizontal scrolling worked..............Thank you

  • @therealsalamiboi
    @therealsalamiboi 2 года назад +7

    This isn't working at all for me. It turns the whole webpage 90 degrees, even the header. And the horizontal scroll doesn't work. Can anyone help with this?

  • @nerdypeachmango
    @nerdypeachmango 2 года назад +14

    A great workaround for those with Free versions only! I was curious, is this possible to apply to a section only? For instance if you wanted a section to be able to scroll horizontally on mobile view only, how would this work?

  • @practiceandpixels
    @practiceandpixels 2 года назад +3

    Didn't work :( . Everything went 90 degrees. Even with the adjusted code to fix it below :(

  • @webinnovator4091
    @webinnovator4091 2 года назад +1

    This just Amazing
    I was confused from the last three Days
    I just Loved this tutorial

    • @Mr_Web
      @Mr_Web  2 года назад

      Happy to hear that!

  • @CHAIMLURAN
    @CHAIMLURAN Год назад +1

    great video can i apply this only on pages or only on sections?

  • @yturemax714
    @yturemax714 Год назад +2

    Sorry, it doesnt work in my website =(

  • @aqibr.1887
    @aqibr.1887 3 года назад +5

    How can I make a section that is horizontally drag-scrollable?
    I want to create a website with a section of multiple icon boxes that can be scrolled horizontally by dragging them. Do you know how to do that?

  • @timescroll1
    @timescroll1 6 месяцев назад

    after long time i got solution for scroll column with css thank you so much author❤❤❤❤❤

  • @eliranhodedi9156
    @eliranhodedi9156 Год назад

    Thanks for the excellent explanation!
    And if I want to scroll from right to left?
    What command should I give him?

  • @Florensrt
    @Florensrt Год назад

    This is for all the sections right? So that means i cant have like other sections because they will be horizontal scrolling aswell?

  • @barmosseri1353
    @barmosseri1353 9 месяцев назад

    After adding the css I can't see the sections, what to do?

  • @tejasrautmare2745
    @tejasrautmare2745 2 года назад +1

    is it possible to loop scroll.. i.e after section 5 we get section 1 again

  • @litalooshayafa
    @litalooshayafa 3 года назад +2

    not working for me:( , i't goes vertical and not horizontal, do you know what may cause this?

    • @Mr_Web
      @Mr_Web  3 года назад

      Happened to me as well with the original code that I found. Then I replaced the div class with .entry-content and .elementor-section-wrap make sure your DIV are not named differently

  • @tripletwinsmedia
    @tripletwinsmedia 6 месяцев назад

    Am using Divi theme. Is there a way to have this effect on Divi? Thanks

  • @diankuncoro1400
    @diankuncoro1400 2 года назад +2

    Hi I try the code from beginning, but the result all the section are vertically. Any idea?

    • @juanmajr10
      @juanmajr10 2 года назад

      Hi, in case you are still on this, check your class names

  • @savtrrsh
    @savtrrsh 5 месяцев назад

    hello, how to make it looping or never ended?

  • @PratigyaRana-o1s
    @PratigyaRana-o1s Год назад

    When I inspected the page, I couldn't find the elementor section wrap. Can anyone help me to find the problem?

  • @רבקישאולזון
    @רבקישאולזון Год назад

    If I want the end of the scroll to be vertical? Suppose we make a few more areas that go down at the end?

  • @TheBlackDoorOk
    @TheBlackDoorOk Год назад

    I wanna do that but whit cards of info. How=? my eternal question

  • @CyberImpact7
    @CyberImpact7 2 года назад +2

    not working

  • @sarahrajah6486
    @sarahrajah6486 11 месяцев назад

    Works on backend not frontend, any idea why

  • @musicworld577
    @musicworld577 Год назад

    very easy and simple way of explantion

  • @lisavingerspel
    @lisavingerspel 2 года назад

    Has anyone tried to add the anchorlinks / links to jump to a specific horizontal section? The code in the link provided doesn't work for me.

  • @jdtrading7385
    @jdtrading7385 Год назад

    Working but it does not work on mobile - its on the very bottom of the screen. Looks bad :c

  • @vincenzoaccomando4614
    @vincenzoaccomando4614 2 года назад

    Fantastico!! Funziona!! Ma mi crea una pagina in più, sapete dirmi il perchè?

  • @MrCnettles88
    @MrCnettles88 2 года назад

    i used .elementor in astra and it worked

    • @Mr_Web
      @Mr_Web  2 года назад

      Glad to hear that 👍

  • @realMentorX
    @realMentorX 2 года назад +2

    Thanks for that. Do you have a solution for the Flex Containers instead of the old Sections? Thanks in Advance

  • @shivramkrishnan6968
    @shivramkrishnan6968 Год назад

    Sir its not working properly any perfect code

  • @paulobraga1538
    @paulobraga1538 Год назад

    Works perfectly on the editor, but when I see the real page, every section rotates 90 degrees. I'm using Astra and checked the classes names. Does anyone knows how to fix it?

    • @axellebaudlot3133
      @axellebaudlot3133 Год назад +2

      I'm experiencing the same thing! Did you find a solution? Thank you.

  • @NG-xd4df
    @NG-xd4df 3 года назад

    This is really good tutorial. Is this mobile responsive too?

  • @emBELLAtex
    @emBELLAtex 2 года назад

    Hi, I am using the free theme OceanWP with free Elementor. I tried the original CSS code and the one suggested by Roman Palli, both rotated the page 90 degrees and still scrolled vertically. Does anyone have a solution that worked for them besides the two CSS codes listed? Any help would be appreciated. Thanks in advance.

    • @juanmajr10
      @juanmajr10 2 года назад

      Hi, in case you are still on this, check your class names

  • @juanmajr10
    @juanmajr10 2 года назад

    I did and it works but the content goes up with header, any idea on why's that?

    • @Mr_Web
      @Mr_Web  2 года назад

      Check your class names might be different with your theme

  • @joelreed525
    @joelreed525 3 года назад

    Fantastic video, super helpful!

    • @Mr_Web
      @Mr_Web  3 года назад

      Great & Thanks 👍

  • @TMB-Solutions
    @TMB-Solutions 3 года назад

    I attempted this and failed. Any help? It appears to turn every div 90* and stack them as normal (Vertically). Scrolling is still vertical.

    • @rebelinc
      @rebelinc 3 года назад

      Try another theme like Hello or Astra?

    • @jasminj.7211
      @jasminj.7211 3 года назад +4

      I changed the transform rotate degrees and now it works (see below)
      .entry-content.clear {
      width: 100vh;
      height: 100vw;
      overflow-x: hidden;
      overflow-y: scroll;
      transform: rotate(90 deg) translateX(-100vh);
      transform-origin: top left;
      position: absolute;
      scrollbar-width: none;
      -ms-overflow-style: none;
      }
      .elementor-section-wrap{
      transform: rotate(-90 deg) translateY(-100vh);
      transform-origin: top left;
      display:flex;
      flex-direction: row;
      width: 600vw;
      }
      .section{ width:100vw; height:10vh}
      ::-webkit-scrollbar{
      display:none
      }

    • @Mr_Web
      @Mr_Web  3 года назад +1

      Great! Thanks for sharing

    • @therealsalamiboi
      @therealsalamiboi 2 года назад +1

      @@jasminj.7211 This code fixed the page but it did not make horizontal scroll work. Can you offer any advise?

    • @sofiarodriguez3615
      @sofiarodriguez3615 2 года назад

      @@therealsalamiboi same here

  • @potornainorbert7344
    @potornainorbert7344 3 года назад

    Wonderful tutorial! Is it possible to navigate between the section with links in the menu?

    • @Mr_Web
      @Mr_Web  3 года назад

      Yes follow the rest of the instructions on that page you'll also be able to set anchors to link your menu items directly to each section:
      bit.ly/2Y9QoLh

    • @AnnitaCaniglia
      @AnnitaCaniglia Год назад

      @@Mr_Web Hey Mr. Web, I tried following the instructions in the link, but the automatic scroll will just not work. It works only if I open in a new page. Any tips?

  • @ipAlexx
    @ipAlexx 3 года назад

    Hello, Very nice video. How i can me the scroll to be snappy between the sections?

    • @Mr_Web
      @Mr_Web  3 года назад

      Yeah, simply follow the rest of the steps here: bit.ly/2Y9QoLh

  • @othosilco
    @othosilco 2 года назад

    Awesome explanation!

    • @Mr_Web
      @Mr_Web  2 года назад

      Great thanks 👍

  • @hari5y716
    @hari5y716 3 года назад

    Awesome Tutorial, would love to see the slider as well.

  • @aitordotco
    @aitordotco Год назад

    Does this work with the new Elementor flex container system?

    • @Mr_Web
      @Mr_Web  Год назад +1

      I don't think so since all the CSS classes are different

  • @fulviaquaglia885
    @fulviaquaglia885 2 года назад

    Not working for me

  • @renebeier
    @renebeier 2 года назад

    What theme did you start off with?

    • @Mr_Web
      @Mr_Web  2 года назад

      It's been a while but I think it was Hello theme by Elementor

  • @RubensSampaioDesign
    @RubensSampaioDesign 3 года назад +2

    Nice tutorial, but in my website it turns vertical.

    • @Mr_Web
      @Mr_Web  2 года назад

      Check that the class names are the same as used in the CSS script. If you're using a different theme might be a little bit different

    • @sofiarodriguez3615
      @sofiarodriguez3615 2 года назад

      @@Mr_Web same here, I am using OceanWP and it's not really working :( class is ok

    • @emBELLAtex
      @emBELLAtex 2 года назад

      @@sofiarodriguez3615 I have the same issue. Did you find a solution?

    • @sofiarodriguez3615
      @sofiarodriguez3615 2 года назад

      @@emBELLAtex no :( till this day, not working at all, sorry

  • @sarahrain4371
    @sarahrain4371 2 года назад

    Followed the whole tutorial it doesn't work. It's rotated 90 degrees

    • @Mr_Web
      @Mr_Web  2 года назад

      Check of the section's class name hasn't changed since recording the video, most likely why it's happening

  • @Hopreme
    @Hopreme 3 года назад

    Hello, can all the anchors work after this ?

    • @Mr_Web
      @Mr_Web  3 года назад

      Yeah, simply follow the rest of the steps here: bit.ly/2Y9QoLh

  • @juanmajr10
    @juanmajr10 2 года назад

    Hi! how do i do this to only work on pc?

    • @juanmajr10
      @juanmajr10 2 года назад

      and somehow, the footer its on the top right, right where the menu is, any idea on whys that?

  • @shammakh44
    @shammakh44 2 года назад

    why i feel the microphone is almost your face size !! , but nice video loved the tutorial

    • @Mr_Web
      @Mr_Web  2 года назад

      It's a Rode Procaster they're quite big alright... 😂😂😂

  • @dreammediafilm
    @dreammediafilm 2 года назад

    Thanks this helped me alot.

    • @Mr_Web
      @Mr_Web  2 года назад

      Glad it helped

    • @dreammediafilm
      @dreammediafilm 2 года назад

      @@Mr_Web what would I need to do to make it work for mobile? As soon as you switch ro phone size then the background images won't fill the screen.

  • @fliegmit
    @fliegmit 2 года назад

    very cool!!!

  • @matata6757
    @matata6757 2 года назад

    Thanks Sir

  • @ponpeshamidiyah
    @ponpeshamidiyah 8 месяцев назад

    sorry it is not worked

  • @AyaxxK
    @AyaxxK 3 года назад

    Great! Thanks for the code!

    • @Mr_Web
      @Mr_Web  3 года назад

      Glad to be of help, enjoy 👍

  • @Mr_Web
    @Mr_Web  3 года назад +2

    ✅ CSS Code :
    Credit to coderoad.ru where I found this code. If you follow the rest of the instructions on that page you'll also be able to set anchors to link your menu items directly to each section:
    bit.ly/2Y9QoLh
    .entry-content.clear {
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
    transform: rotate(-90deg) translateX(-100vh);
    transform-origin: top left;
    position: absolute;
    scrollbar-width: none;
    -ms-overflow-style: none;
    }
    .elementor-section-wrap{
    transform: rotate(90deg) translateY(-100vh);
    transform-origin: top left;
    display:flex;
    flex-direction: row;
    width: 600vw;
    }
    .section{ width:100vw; height:10vh}
    ::-webkit-scrollbar{
    display:none
    }

  • @avondklok1618
    @avondklok1618 3 года назад

    Nice video

  • @bglobaladworld4695
    @bglobaladworld4695 3 года назад +1

    Good

    • @Mr_Web
      @Mr_Web  3 года назад

      Thanks Sagar 🤗