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

    Hi,
    you helped me to create a home page like this http://publisherdemo1.altervista.org
    with transparent header and a big logo at the center, on the background image.
    But I would the same for tablet and phone resolution, while for mobile my title bar is still visible and the logo is small and on the left and inside the title bar.
    Could you give me a css code for get this?
    thank in advance
    MonicA

    #953320

    Hey Monica,

    Thank you for using Enfold.

    Use this code to remove the top margin on tablet screens.

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive #top {
        overflow-x: hidden;
        margin-top: 0 !important;
    }
    }

    How would you like the site to display on mobile view (iPhone)? Please provide a screenshot from imgur or dropbox.

    Best regards,
    Ismael

    #953334

    Hi Ismael,
    unfortunately your css code does not work, as you can see here: https://www.dropbox.com/s/3in94fgw1ggm0vg/shot-tablet.jpg?dl=0

    Here is the link to the scrrensot: I want this result for smartphone and for tablets: https://www.dropbox.com/s/nrmv5lpa9kp04q5/phone-shot.png?dl=0

    thank in advance
    Monica

    #954042

    Hi,

    Thanks for the update. Try to add the css code in the theme’s Quick CSS field or the child theme’s style.css file. Include this css code to change the mobile view.

    @media only screen and (max-width: 767px) {
    .responsive #top.home #wrap_all #header {
        display: none !important;
    }
    }

    Best regards,
    Ismael

    #954115

    Ok, but this way also my logo desappeared: https://www.dropbox.com/s/p1nxc2bz1daz9ap/ssh.png?dl=0

    Is there no way to get this? -> https://www.dropbox.com/s/nrmv5lpa9kp04q5/phone-shot.png?dl=0

    #955065

    Hi bruttougo,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Victoria

    #957598

    Thanks anyway! With your css code to hide the header for mobile, I found a way to get what I wanted: through a layer slider!! :)

    #958013

    Hi bruttougo,

    Glad to hear that :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘transparent header for mobile resolutions’ is closed to new replies.