Use for bottom3 position the same Suffixes for pages

GK User
Thu Mar 05, 2015 7:04 pm
Hi, i have a problem...
I need to use for bottom3 position the same rule for all page: bottom3-grey bottom4-grey bottom3-bar bottom4-fullwidth
there is a code to enter in the CSS Override.
can someone help me :blush:
Fabio

website: http://www.hotelsaviola.it
Template University
User avatar
Fresh Boarder

GK User
Sat Mar 07, 2015 6:52 pm
.bottom3-gey:
Code: Select all
#gkBottom3 {
  background: #f1f1f1;
}

.bottom3-bar:
Code: Select all
#gkBottom3 {
  padding: 0;
}

.bottom4-grey:
Code: Select all
#gkBottom4 {
  background: #f1f1f1;
}

.bottom4-fullwidth:
Code: Select all
#gkBottom4 {
  padding: 0!important;
}
User avatar
Moderator


cron