Can I change the height of this Widget?

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Wed Nov 04, 2015 1:52 pm
Hi there,

Can I change the height of this widget? and how?
height.PNG

thanks in advance.
User avatar
Fresh Boarder

GK User
Wed Nov 04, 2015 8:51 pm
Hi,

Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
You can also use any custom css plugin.

Code: Select all
.box.parallax {
   padding: 50px 0!important;
}
User avatar
Moderator


cron