Bottom not in line
-
Hi,
I used a CSS I found in a comment in here to change my bottoms. However, now my “Kontakt” link/bottom in my slider has moved in so that it is no longer in line with the text.
Could anyone help me?
Also, when activating the search function in my footer, the bottom are completely different from the rest. I would like all the bottoms on my site to be “flat”.
website: christinebrix.dk
CSS:
.btn-primary {
color: #5a5a5a;
text-shadow: none;
background-color: transparent;
background-image: none;
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#7F516764′,endColorstr=’#7F516764′);
border-color: transparent;
/* Darken IE7 buttons by default so they stand out more given they won’t have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: none;
border-bottom-color: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-style: none;
border-width: 0;
font-size: 18px;
line-height: 100%;
}.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
color: #777777;
background-color: transparent;
text-decoration: none;
}.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
text-decoration: none;
}.btn.active, .btn:active {
box-shadow: none;
}.row-fluid .tc-grid {
box-shadow: none;
}Thanks in advance ??
- The topic ‘Bottom not in line’ is closed to new replies.