Hi
Have some text that I want to float vertically on the page, is this possible? The text is centred top and bottom, centred left and right.
Thanks
Hey mixedmedia99!
Can you please post a screenshot and show the changes you would like to make? An example would help as well. You can use Text Block element or Code Block element to insert custom HTML code and style them using custom CSS to make them float
Cheers!
Yigit
Hi Yigit
I want to float these elements on the page so they sit centre.
Thanks
Hey!
You can add text block element to your content and choose to center align the text – http://i.imgur.com/Lyn0AGv.png
Best regards,
Yigit
Thanks
But I want to float a box in the centre of the page vertically.
Thanks
Hi!
Hmm, maybe if you set the top / bottom padding to percentages or set it to display as a table cell. Send us a link to your page and we’ll check to see if it’s possible.
Cheers!
Elliott
Hi Elliot
I am messing around with some values within a cell, Im trying to centre the cell vertically in the middle of the page. Here is the link.
http://www.made2order.co.za/about/
Thanks
Hi!
Maybe this would work.
.flex_cell {
display: table-cell;
height: 80vh !important;
padding: 0 !important;
vertical-align: middle !important;
}
Cheers!
Elliott