sparkles2.png

Fix Side Scrolling

 

Many times when working with 'no gutter' items, the page will develop a side scroll. The simple line of code below will automatically remove all and any side scrolling throughout the site.

 

How to use the Effect

  1. Select 'Options' on the top bar of Blocklab and select 'Advanced > Edit CSS'
  2. Paste in the below code, Hit 'Save'
  3. Publish anything on Blocklab and the effect will take place.
 

#shop body {     overflow-x: hidden;}