Viewing 1 replies (of 1 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi Rob,

    You want to increase the offset of the box to the sides of the window? Try something like the following CSS.

    .stb.stb-bottom-right {
    	bottom: 20px !important;
    	right: 20px !important;
    	top: auto;
    	left: auto;
    }

    That should work!

Viewing 1 replies (of 1 total)

The topic ‘Increase padding from edge of website’ is closed to new replies.