Resolved

Background image but textarea white

Polestar Theme started by Joachim Jan 12, 2018 1 reply
Andrew Misplon Puro Jan 12, 2018 · 6:04 pm #8558

Hi 🙂

This will probably take some adjustments. First, try in Custom CSS:

.site-content .polestar-container {
	background: #fff;
	overflow: hidden;
}

And perhaps add some padding?

@media (max-width: 768px) {
	.site-content .polestar-container {
		padding: 0 10px 10px 10px;
	}	
}

Padding values represent top, right, bottom, left. You can adjust as required or not use that rule. Give it a try 🙂

2 posts