Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Content not aligning to top inside color section #817918

    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!
    Joel

    in reply to: Content not aligning to top inside color section #817385

    After 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 moment

    Thank you!
    Joel

    in reply to: Content not aligning to top inside color section #816496

    Hi 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!
    Joel

    in reply to: Gap below image at mobile/responsive size #528175

    Thank you Elliot, this worked.

Viewing 4 posts - 1 through 4 (of 4 total)