Hi Gavick
Is there an easy way to switch out all the slanted module designs to horizontal ones? Is this a CCS, JS, or simply images?
Thanks
slanted module designs to horizontal ones
.frontpage #gkDarkBottom::after, .frontpage #gkDarkBottom::before,
.frontpage #gkBottom3::after, .frontpage #gkBottom3::before {
transform: skewY(0deg);
}
#gkBottomSection::before {
transform: skewY(0deg) !important;
}
2. How do you set the gkSidebar to maximum width and height 300 x 600?
aside#gkSidebar {
max-height: 600px;
max-width: 300px;
overflow: hidden;
}