Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1242739

    Dear Enfold Team,

    i´m working on a specific customer project with the following modifications needed:

    The reference is the following site:
    http://nicolettecamille.com/about/

    1, The Menu on the left should not have a logo on desktop and the menu items should fit in the black box.
    There is a background image. This image should also just appear on desktop.
    With css hacks, i would show the mobile menu on tablet view, because i think this won`t fit?

    2, Is there a way, that the social icons are after the widget in the menu on the left side?
    also without the box,- just the simple icons without a space.

    3, main page:
    the customer wants a line with the site title in the beginnen,- as you can see on the site of nicolette.
    Is this possible per default, or should i create a heading with an image line on every site?

    4, mobile view:
    On mobile, i would like to have the logo overlapping on the mobile header and appear a bit in the main page.

    I hope my requirements are possible in this way.

    Thanks a lot!

    #1243931

    Hey awasner,

    Sorry for the late reply. Please stick to one problem at a time for each support thread, you can try this for your first request:

    .html_header_sidebar #header .av-main-nav {
        width: 70%;
        margin-left: 20px;
    }
    @media only screen and (min-width: 991px) {
    span.logo {
        display: none;
    }
    }

    Best regards,
    Rikard

    #1243941

    Thanks to your reply…
    so i would do another 3 support threads?

    This css lines don`t show the logo on desktop,- but on mobile. thats correct.
    The background image on mobile still appears,- it should still be visible on desktop.
    is there a way, that the menu items fit in the black box?

    Attached you`ll find how it looks like at the moment.

    #1244207

    Hi,

    For now you can stick to this thread, but in the future then please open a separate thread for each problem.

    If you want the design of your example page then I think you will have to add a lot of customisations, you can try this to have the menu appear lower:

    .av-main-nav-wrap {
      margin-top: 400px;
    }

    Please note that we can only help out with small customisation changes that you might get stuck on, we are not here to give you complete customisations.

    Best regards,
    Rikard

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