Hi,
How can i make a button align with my text?
eg. http://www.redditchdesign.com/services/
I want the buttons on the right hand side to align with the centre of the text.
Thnaks!
another thing! for some reason on 2 pages of my website i am able to scroll right and there is blank grey space? example: http://www.redditchdesign.com/print-design-pricing/ and click your scroll wheel and go right.
using firefox 29.0.1 and i dont see the blank grey space.
What system / browser are you using?
newest chrome, windows 7.
Hey!
Try adding this code to the Quick CSS:
.page-id-1302 .av_one_fourth.avia-builder-el-last {
display: table;
min-height: 180px !important;
}
.page-id-1302 .av_one_fourth.avia-builder-el-last .avia-button-wrap {
display: table-cell;
vertical-align: middle;
}
Cheers!
Josue