Jump to content
Search Community

hastalavistababy

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by hastalavistababy

  1. 2 hours ago, akapowl said:

     

     

    Hello! Unfortunately that is not a very good description of what the problem is you are encountering. My best guess is that you just need to set overflow-x to hidden not only on the body but also to the fake-horizontal .section as also described in the thread linked below.

     

    If that does not solve what is not working for you, please describe your issue in a bit more detail and I'll see if I can help. Thanks!

     

     

     

     

    Now its working on mobile safari, but gliching when scrolling.

     

    Check: Example

  2. On 4/26/2022 at 4:53 PM, mvaneijgen said:

    Hey @hastalavistababy welcome to the forum! 

     

    `scale` is part of the `transform` property of CSS and it does not interact with the flow of your content, so if you do want it so that elements are pushed around when things are scaled I would use the property `fontSize`

     

     

     

     

    I had to change your code a bit and had to set a fixed height on the `.logo` block, otherwise the block height would get recalculated based on the font size and you want it to stay at the bottom.

     

    Also know you can use the plugin SplitText to dynamically split text on the fly no need to manually split any text

     

     

     

    You awesome, Thanks

    • Thanks 1
×
×
  • Create New...