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

    For years I’ve had a simple landing page to a site which forced vertical alignment of its content to the top using the commands below.

    .landing_desktop.av-minimum-height .container .content {
    vertical-align: top !important;
    }

    This no longer seems to function. WHY?

    Below is what is being forced by Enfold within the browser console. When I make the manual change within the console to change vertical-align: middle; to vertical-align: top; (which is the way it should be) it all looks fine again. Also, the Custom ID Attribute I had in the specific color section was no longer there. I re-input it and it does not work any longer.

    .avia-section.av-minimum-height .container .content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none!important;
    }

    #1132509

    Support Team?? Are you there?? This is a simple question. Just trying to get my content loaded at the top of a page.

    #1132786

    Hi,

    Please try this instead:

    .home .template-page {
        vertical-align: top;
    }

    Make sure that you delete the old CSS and JS files under Enfold->Performance before checking the results.

    Best regards,
    Rikard

    #1132920

    Hi Rikard, thanks for the effort but that did not correct the problem. Content on that page is still vertically aligned middle. See below in the snippet from the browser console. Flushed cache and disabled joining and compression.

    .avia-section.av-minimum-height .container .content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none!important;

    Please refer to other folks issues within the thread below. I am reasonably sure these issues are inter-related.

    https://kriesi.at/support/topic/4-6-update-doesnt-recognize-old-custom-css-class/#post-1132942

    • This reply was modified 5 years, 2 months ago by crtdude.
    #1133235

    Hi,

    Please try this instead:

    .home .template-page {
        vertical-align: top !important;
    }

    Best regards,
    Rikard

    #1133294

    Thank you Rikard, issue fixed.

    Can you explain the rationale behind changing the DeveloperID functionality? I see your javascript is targeting the page template and not the target item as we previously had done.

    #1133643

    Hi,

    Great, I’m glad that you got it working. I’m not sure I understand your new question though, could you try to explain a bit further? The CSS is only targeting a class on the home page, it’s normal.

    Best regards,
    Rikard

    #1133723

    We are good now Rikard, no further issue. Thanks again. Günter explained it all at the link below.

    https://kriesi.at/support/topic/4-6-update-doesnt-recognize-old-custom-css-class/#post-1133483

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