-
AuthorPosts
-
November 22, 2014 at 4:50 am #150390
Vertical Centering…Ugh, everyone hates this, I know, lol
I was just wondering if there was any way I could easily achieve this with X theme? Or is it just I have to write my own css as I would do any other time I was trying to vertically center something? Check the next post for the site I want to accomplish this is! The colored content bands with the header and paragraph text, I want them to be completely centered in the band.
Any help will be appreciated, thanks!November 22, 2014 at 4:50 am #150391This reply has been marked as private.November 23, 2014 at 2:23 am #150811Hey there,
Please place all the elements in your column to a single container first. Also, set a fixed height for your column.
Thanks.
November 24, 2014 at 9:59 pm #152112Mind elaborating a bit?
Sorry, I can’t get it to work.
November 25, 2014 at 7:08 am #152409Hi,
Please disregard the previous post.
To vertically align the elements.
You can add this under Custom > CSS in the Customizer.
.entry-content > #x-content-band-3 .x-column, .entry-content > #x-content-band-7 .x-column { vertical-align: middle; float: none; margin-right: 0; display: inline-block; } .entry-content > #x-content-band-3 .x-column.one-half, .entry-content > #x-content-band-7 .x-column.one-half { width: 49.9%; }
Hope that helps. 🙂
November 25, 2014 at 7:30 am #152428Could you provide us with your login information so we can take a closer look?
To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
September 8, 2015 at 12:10 pm #382288hi! I’d like to vertically center all of the images and text on this page. This way, as the page resizes, everything will stay in alignment.
September 8, 2015 at 12:11 pm #382289This reply has been marked as private.September 8, 2015 at 1:53 pm #382393Thnaks for updating but it’s a pretty old thread. I would like to suggest you to open a new topic with proper clarification. Please add some screenshot pointing us the section and clarify what you are trying to achieve.
You don’t need to reply on this thread.
Thanks
-
AuthorPosts