
-
AuthorPosts
-
January 30, 2025 at 8:07 am #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
January 30, 2025 at 12:55 pm #1476011Hey bemodesign,
I can’t see any screenshots in your post, please try linking to them again.
Best regards,
RikardJanuary 30, 2025 at 6:06 pm #1476023NSFW
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!January 31, 2025 at 6:10 pm #1476101Let me know. thanks
January 31, 2025 at 8:20 pm #1476111Hi,
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,
RikardFebruary 1, 2025 at 2:48 am #1476124Wait, 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
February 1, 2025 at 8:21 am #1476131against 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; } }
February 1, 2025 at 8:52 am #1476132on 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.
February 8, 2025 at 6:38 pm #1476710February 14, 2025 at 2:12 am #1477082NSFW So, that did help spread everything out, thanks. But a couple things:
1. Can we make the icons larger on mobile? There is a lot of room between logo and icons and they could be larger.
2. See screenshot. How can we get the photo image to go all the way up and fill that black space, like it used to.thanks!
February 15, 2025 at 5:46 pm #1477164February 15, 2025 at 6:13 pm #1477165Ha, yes, I know that. Bu the image used to go all the way to the top. like this: example site that the photo goes all the way to the top: https://drive.google.com/file/d/1eRMLMPlQeM0T6hBy3Danuzys48c4lWbe/view
And now it doesn’t, it shows a black areas, instead of the image going to the top of phone.
-
This reply was modified 3 weeks, 1 day ago by
bemodesign.
February 15, 2025 at 6:42 pm #1477168February 15, 2025 at 7:22 pm #1477169I though it used to go up into the phone part at the top also. I guess it can’t.
So, can we at least make the icons to the right of the logo a little larger?Here is the screenshot of the one that goes to the very top of phone area. (no black area): https://drive.google.com/file/d/1eRMLMPlQeM0T6hBy3Danuzys48c4lWbe/view?usp=sharing
Thanks!
-
This reply was modified 3 weeks, 1 day ago by
bemodesign.
February 15, 2025 at 7:46 pm #1477171Hi,
I can not see your screenshot as it requires a login, To add a screenshot please try using an Screenshot service and pasting the image URL in your post.Best regards,
MikeFebruary 16, 2025 at 2:40 am #1477181It says anyone with a link has access, but maybe there is something blocking you. Anyways, here it is: https://img.savvyify.com/image/correct.92epd
I’ve had this on a few of my site, where the image goes all the way to the top of phones. I know you can change the color of that top area, but I’ve also had code to show the image up there. thanks
-
This reply was modified 3 weeks, 1 day ago by
bemodesign.
February 18, 2025 at 10:18 am #1477313Hi,
Sorry for the late reply. Please try this CSS as well:
@media only screen and (max-width: 767px) { #menu-item-wc-account-icon a:before { font-size: 26px; } }
Best regards,
RikardFebruary 19, 2025 at 8:53 am #1477369Great, that worked for this icons. Now can the image photo go all the way to top of the phone, with no black area where the time and battery are. I know you can change this color but youve’ also given me code to ahve photo run all the way up.
February 20, 2025 at 11:09 am #1477469February 20, 2025 at 7:58 pm #1477498Nothing is helping the photo image go all the way to the top of mobile device. It used to be able to.
February 22, 2025 at 2:33 pm #1477614Hi,
In your screenshot:
the image is not all the way to the top, the top bar background color is white because of the Safari Website Tinting option:
from the site background color.
This color is not customizable beyond setting a solid color that matches the theme color of your website
and you cannot overlay an image or extend the background of your website into the status bar area
Best regards,
Mike -
This reply was modified 3 weeks, 1 day ago by
-
AuthorPosts
- You must be logged in to reply to this topic.