Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #1280024

    Dear Enfold Team,

    In a current project my client wants a special layout for the header
    as well as the headings in the main content.

    Thanks for your assistance!

    Rob

    #1280401

    Hi Rob,

    Thanks for the screenshot. I’m not sure exactly what you are looking to change on your site, and where we can see the actual elements? Please try to explain a bit further, and post a link to your site.

    Best regards,
    Rikard

    #1280410
    This reply has been marked as private.
    #1280738

    Hi Rob,

    Thanks for the login details and clarification. What exactly do you need help with?

    Best regards,
    Rikard

    #1281305
    This reply has been marked as private.
    #1281923

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    span.logo {
        display: table;
        margin: 0 auto;
        position: inherit;
        float: none;
    }
    nav.main_menu {
        margin-top: -130px;
    }

    You can add extra elements to the header using a widget: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Rikard

    #1282911
    This reply has been marked as private.
    #1283371

    Hi,

    I added the CSS I sent to Quick CSS, and the menu looks to be flush to the right on my end. Could you try to explain the problem a bit further please?

    Best regards,
    Rikard

    #1283375
    This reply has been marked as private.
    #1283781

    Hi Robert,

    Thanks for the update. I see what you mean on the Performance page, that is happening because you have added a lot of padding to the element in the element options. You can remove all the padding by adding this CSS:

    @media only screen and (max-width: 990px) {
    .flex_column.av_one_full {
      padding: 0 !important;
    }
    }

    This will apply globally to your site on screens smaller than 990 pixels. If you want to apply styling to only the elements in question, then please try adding a class to them, in the element options. Then we can target them more specifically.

    Best regards,
    Rikard

    #1284444
    This reply has been marked as private.
    #1284930

    Hi,

    I’m not sure I understand the screenshot, is the point that everything should line up with the paragraph at the left?

    Best regards,
    Rikard

    #1284963
    This reply has been marked as private.
    #1284992
    This reply has been marked as private.
    #1285580

    Hi,

    Thanks for the update. Your actual site looks different from your screenshot, the ecovadis bit is missing for example. Could you put that content back please?

    It looks like you only have a Yoast + WPML plugin installed, could you try installing the base Yoast SEO plugin?

    Best regards,
    Rikard

    #1285637
    This reply has been marked as private.
    #1287393

    Hi Robert,

    I’m very sorry for the late reply. I tried checking your site again, but the login details are not working anymore. Please check and verify, and post them in private, so that we can view your actual site.

    Best regards,
    Rikard

    #1287469
    This reply has been marked as private.
    #1288253

    Hi,

    Thanks for that. The Oryx text seems to have some invisible characters added to it, please see screenshot in private. If you remove characters like that before the text, all your headers should line up with each other on the same vertical line.

    Best regards,
    Rikard

    #1288271
    This reply has been marked as private.
    #1289089

    Hi Robert,

    Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1289103
    This reply has been marked as private.
    #1289512

    Hi hasbeat,

    Great :)

    We are closing the thread.

    If you need further assistance please let us know in a new one.

    Best regards,
    Victoria

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘Special layouts for header + heading’ is closed to new replies.