Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #502757

    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

    #502758

    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

    #502771

    Hi Yigit

    I want to float these elements on the page so they sit centre.

    Thanks

    image1

    image2

    #502774

    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

    #502802

    Thanks

    But I want to float a box in the centre of the page vertically.
    Thanks

    1

    2

    #502921

    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

    • This reply was modified 9 years, 2 months ago by Elliott.
    #503180

    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

    #503442

    Hi!

    Maybe this would work.

    .flex_cell {
      display: table-cell;
      height: 80vh !important;
      padding: 0 !important;
      vertical-align: middle !important;
    }

    Cheers!
    Elliott

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.