I added the scrolltext field to a quicktab and tried the following CSS styles (to add padding for better layout. But the positioning & padding items do not have any effect at all :

#scrolltext {
        height:400px;
	position:relative;
	top: 25px;
	margin:25px:
	padding:50px;
	border-left: #4cc660 dashed 2px;
	}

Comments

elgwiedo’s picture

Status: Active » Fixed

When adding the padding before the positioning element, it works as expected :

#scrolltext {
height:400px;
margin:25px:
padding:50px;


Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.