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

    NSFW
    Mobile view top image doesn’t go all the way to top and logo/menu are squeezed in on the blissfullcreations.com site.
    This website used to show correctly on mobile view, but now it doesn’t. I included 2 screenshots of 2 of my sites. 1 shows correctly and the image goes all the way to the top of the phone with no space at the top, And, the logo and cart are spread out and close to the edges of image area.

    So, can you get me CSS code for the “incorrect” one that has space at the top and the logo and cart and squeezed in too tight?

    Thanks

    #1476011

    Hey bemodesign,

    I can’t see any screenshots in your post, please try linking to them again.

    Best regards,
    Rikard

    #1476023

    NSFW
    Attached. I marked in green, the issues. it needs to be completely to the top of mobile and logo/cart spread out to the edges more. It was before, so not sure what happended with CSS.
    thanks!

    #1476101

    Let me know. thanks

    #1476111

    Hi,

    Thanks for that. It looks like that is picking the body background colour or something similar. You could try this CSS out to see what happens:

    html, body {
      background-color: yellow !important;
    }

    Best regards,
    Rikard

    #1476124

    Wait, how will this help the formatting on mobile view issues? The top part should go all the way up, like the good screenshot website. And Blissfull also need to have the logo and cart images spread out more, instead of compacted. thanks

    #1476131

    against that squeeze :

    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #header .container {
        width: 97%;
        max-width: 97%;
      }
      #menu-item-shop .cart_dropdown_link {
        padding: 0 25px;
      }
       /* === against that jump on header positioning  absolute / fixed === */
      .responsive #top #wrap_all #header.av_header_transparency {
        position: fixed !important;
      }
    }
    #1476132

    on mobile less than 767px – is it intentional that the logo is that big?
    because the header height and all line-height are set to 80px but your logo is set to 120px.

    if you like to have an overlapping logo like:

    then you need some extra css.

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