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

    Hello,
    Please check http://www.chaos2work.com/wp
    The payoff text (the solution is in your people) is correct visible on a desktop. On a tablet the text falls of the screen.
    Is there a way to fix this?
    Thanks for your answer!
    Martine

    #392659

    Hi famewebdesign!

    Thank you for using Enfold.

    How did you add it? I can’t find the container inside the header section.

    Regards,
    Ismael

    #392680
    This reply has been marked as private.
    #392778

    Hi famewebdesign!

    try to use this code:

    @media only screen and (max-width: 1024px) {
    .header_color {
    margin-left: -9px;
    width: 108% !important;
    }}
    @media only screen and (max-width: 1024px) {
    div .logo {
    left: 94px;
    }}
    

    Cheers!
    Andy

    #392793

    Thanks Andy

    Unfortunately i’t’s not working. You can check on the tablet now. I will let the code on the site untill tomorrow morning (here it’s sunday night nine now). Then I have to remove it .

    Maybe you have another tip?
    Thanks!
    Martine

    #394076

    Hi!

    For that I would consider just uploading an image instead of using the header background. You could do this to add a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/.

    Or you can use this CSS as a quick fix.

    .header_color .header_bg { background-position: right top !important; }
    

    Best regards,
    Elliott

    • This reply was modified 9 years, 1 month ago by Elliott.
    #394145

    Thanks Elliot! The widget in the header is a good idea! Didn’t think of it myself …

    Also tried to use your code. That works perfect! The only thing is that I would like to remove this image (the text “the solution is in …” when viewing the site on a Phone. Can this be done?

    Martine

    #394147

    Never mind… Found it already …

    Thanks for your help Elliott!

    Martine

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘header background image on tablet’ is closed to new replies.