Forum Replies Created
-
AuthorPosts
-
Hi Rikard
Yes it was strange that I had to do so as well.
This problem is solved lol. Have another that needs another thread to solve.
Thank you!
JoelAfter burrowing through Google chrome’s inspect I found and duplicated the below settings in the custom csss
.avia-section.av-minimum-height .container .content {
display: table-cell;
vertical-align: top;
height: 100%;
float: none !important;Then removed “irrelevant” values:
.avia-section.av-minimum-height .container .content {
vertical-align: top;
}And now it finally does what I wanted it to do throughout the site.
Would still like to know why this was necessary if you have a momentThank you!
JoelHi Yigit
I had to temporarily reset it to a “normal” setup with one layout. But the problem occurs in both boxed and stretched layouts. I experimented with both and also completely removing the quick css and having it in; same result.
My current homepage at http://www.joelfarinha.com is fine (but i’m a little paranoid that it may start doing the same thing if I need to edit it extensively).
It seems that any new page that I create with a color section as the first content aligns the content, image or otherwise it to center (or baseline).
I have a test page that I created at http://www.joelfarinha.com/done-talkin that does the same thing :(
Thank you!
JoelThank you Elliot, this worked.
-
AuthorPosts