Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96a019c

Browse files
committed
Adjust plan-title padding and icon positioning in 1223 template
1 parent a7f09b2 commit 96a019c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css/1223.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
}
112112

113113
.template-1223 .bears_pricing_tables .plan-title {
114-
padding: 45px 15px 35px;
114+
padding: 25px 15px 35px;
115115
}
116116

117117
/* Header icon styles with higher z-index */
@@ -126,7 +126,8 @@
126126
.template-1223 .bears_pricing_tables [class*="icon-top-"],
127127
.template-1223 .bears_pricing_tables .plan header [class*="icon-top-"],
128128
.template-1223 .bears_pricing_tables .plan header div[class*="icon-top-"] {
129-
position: absolute !important;
129+
position: relative;
130+
top: 20px;
130131
}
131132

132133
.template-1223 .bears_pricing_tables [class*="icon-bottom-"],

0 commit comments

Comments
 (0)