Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1127868

    Hello,

    i want to show a Background-Image in the Header. (or background-color: #ffcc00)

    I use an Enfold-Child Theme and load the Image via custom style.css.
    It works fine on PC and Tablet. And if I resize the Browser-Window to Mobile-Size it disappears (on Firefox it Works !!!!)
    and on iPhone I see no Background or Bg-Color.

    And in the Footer I want to remove the Copyright (which is not the normal Copyright its Menu-Point 3 in the Footer-Menu) only on Mobile.
    This works also only on Firefox with resized Browser-Window.

    Thanks Mick

    #1128089

    Hello,

    please could you give us an answer.
    Its very urgent.

    Tanks Mick

    #1128134

    Hi,

    The background image is there, but the header is not high enough. Please try the following in Quick CSS under Enfold->General Styling:

    @media (max-width: 480px) and (min-width: 320px) and (orientation: portrait) {
    #header_main {
        height: 155px;
    }
    }

    Best regards,
    Rikard

    #1128221

    Hi,
    sorry for the second identical Post, this was my impatient Partner.

    So, now it works on IPhone in Portrait-Mode, both, the Header and the Footer will shown correct.
    But in Landscape-Mode both Problems are the same as before.

    Thanks Mick

    #1128255

    Hi hmt,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 990px) {
        .header_color .header_bg {
          background-color: #ffcc00;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1128265

    Hi,
    fine, everything works now.

    Thanks Mick

    #1128413

    Hi Mick,

    Great, I’m glad that you got it working and 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

    #1128477

    Hi Rikard,

    we saw that the Header Problem is solved.
    But the Footer Problem is the same as before.
    On iPhone in Portrait-Modus everything will shown correct, there is no Copyright (this is not the normal Copyright, its Menu-Point 3 in the Footer-mer) and the Fotter is set to relative.
    But in the Landscape-Modus the Copyright appers and the Footer is not relative. In Custom-Style.ccs everything is set correct.

    Thanks Mick

    #1128584

    Hi Mick,

    Thanks for the update. Could you post a screenshot of the footer problem and point out exactly what you would like to change in there please?

    Best regards,
    Rikard

    #1128637

    Hi Rikard,
    thanks for your reply.
    This concerns the footer for iphone in landscape mode only:

    1. I would like to eliminate the “C Copyright Hausarztpraxis-Kelkheim” completely.
    2. I would like the complete footer to be at the end of each page and not static, like it is now.

    The Screenshot-link can be found under private content.

    Thanks for your help!

    PS: In portrait mode it works perfectly on the iphone, none of the above issues can be seen.

    #1129088

    Hi,

    Thank you for the update.

    You can use the following css code to do both.

    @media only screen and (max-width: 767px) {
       #socket {
           position: relative;
        }
    
        #socket #menu-item-43 {
             display: none !important;
        }
    }

    This should move the socket below the content container and hide the copyright.

    Best regards,
    Ismael

    #1129158

    Hi Ismael,
    yaeh, that works fine, thank you very much.

    Only one little thing, how can I center the footer-navi in iphone landscape-mode

    Best regards,

    Mick

    #1129313

    Hi Mick,

    https://cl.ly/7f495ddbd8e1 It looks centered on my end.

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1129374

    Hi Victoria,

    thank you, but i mean the iphone landscape mode.

    Best regards,
    Mick

    #1129452

    Hi,

    You can include this code inside the css media query that we created recently.

    #socket .menu {
        text-align: center;
    }
    
    #socket .sub_menu_socket li {
        float: none;
        display: inline-block;
    }

    Thank you for the update.

    Best regards,
    Ismael

    #1129788

    Hi,

    everything works.

    We thank you for your patience and we can close the thread now.

    Best regards,

    Mick

    #1129792

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Header Background not shown in Mobile-Version’ is closed to new replies.