Tagged: background image, image, transparent header
-
AuthorPosts
-
November 18, 2015 at 6:07 pm #538406
Similar to one of the Enfold demos, I have color sections as the first thing on pages with a background image and a special heading within the color section. Pages are set to transparent and glassy header or transparent header. The problem occurs on my phone or when I size the desktop screen narrow and is two-fold: (1) if I add CSS code provided on the forum to make the header transparent on mobile, then the special heading jumps up into the header area and the color section background image also seems to jump up. (Here is the code from the forum: `
@media only screen and (max-width: 767px) {
#top #wrap_all .av_header_transparency, .av_header_transparency {
background: transparent!important;
position: absolute!important;
}}`(2) The second problem: Whether or not I use the code to make the header transparent, on my phone, the top of the background image is cropped off (with the image set to center center, parallax, and stretch to fit). This is occurring on my android phone, but not on my desktop, even when I have the browsers (both chrome and firefox) at their most narrow. In other words, on my desktop browsers, as I narrow the browser screen, more and more of the area above and below the center of the image shows. However, the part of the photo that shows when the desktop browser is full-screen doesn’t show on my phone. I can solve this problem on my phone by setting the background attachment (image) to scroll, but then depending on the image, the right part of the image won’t display on my desktop when the browser is at full-screen.
November 19, 2015 at 7:51 am #538779Hi 1039 Online,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
RikardNovember 19, 2015 at 5:17 pm #539103See private content
November 20, 2015 at 5:47 pm #539815Here’s a link to another website with a similar problem (in private content area). In the section that says “Meet the Owners”, if I have my desktop browser as narrow as it goes, the entire head of the center man still displays. However, on my phone, the top of the man’s head (eyes and up) is cut off.
November 24, 2015 at 3:32 pm #541705Hi!
for the background image on mobile of the site in private content use this code in Quick CSS field:
@media only screen and (max-width: 767px) { .av-parallax.avia-full-stretch.enabled-parallax.active-parallax { background-position: 44% !important; }}
and adjust as needed.
Regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.