Tagged: 

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

    Hey there,

    i fixed the menu for the mobile view with the following code:

    .responsive #top #header {
    position: fixed !important;
    }

    Sadly the sliderimage is cropped now. Is there a possible to get the sliderimage a little bit lower in mobile view only?

    #814997

    Hey buergelin-media,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 767px) {
    .responsive #top #main {
        margin-top: 80px;
    }}
    

    Best regards,
    Yigit

    #815000

    Hey Yigit,
    this workes for the mobile view but the main picuture on the frontsite has a white strip now.
    As you can see on the site.

    #815048

    i made a screenshot for a bette view

    #815054

    Hi buergelin-media,

    Looks fine on my end, please clear your browser cache and check again. The code Yigit gave you should only work for screens sizes less that 767px, son it should be on on desktop.

    Best regards,
    Victoria

    #815062

    Hey Victoria,

    i changed it back to default because the customer wanted a clean design for the weekend. If I put in the code from above you will see the white space like you can see in the screenshot from the post #815048

    #815070

    okay i am sorry. Seems like it is working now. Thanks for your help
    Sorry for the misunderstanding! :)

    #815073

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘fixed menu + cropped image’ is closed to new replies.