Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1413735

    Hi,

    My homepage is displaying my special heading over the banner image upto the left (no margin) full width.
    it should be indented and starting where the content starts as per home-2 in private content (this is using the same page build and code).

    Can you advise why/how to fix. See Private content.

    Thanks

    #1413756

    Hey woogie07,

    The pages you linked to are password protected, please share the password with us in private.

    Best regards,
    Rikard

    #1413801

    See private

    Thanks

    #1413896

    Hi woogie07,

    I can see this custom css which is causing the issue on the homepage, please remove this CSS code:

    .home #main #av_section_1 .av-section-cont-open {
        padding: 0;
        max-width: 100%;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1414031

    Thanks that has worked.

    Mobile issue – Special Heading on top of banner image
    The special heading that sits on the banner is displaying right at the top on mobile view. It should be lower down as per desktop view.

    Can you advise please.

    Thanks

    #1414087

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top #main .flex_column_table_cell {
        display: table-cell;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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