-
AuthorPosts
-
December 1, 2018 at 2:22 pm #1039637
hi guys
on the home page
the top meta area has this css rule
#top #header_meta
{
background-color: #41639e;
}Which works fine on desktop. On mobile it isn’t being applied.
Just wondering am I being a bit stupid this morning can’t see why it isn’t being applied on mobile?
Also with the layer slider how can we have it resize for mobile users without leaving the white gaps?
December 2, 2018 at 10:07 am #1039861Hey codecreative,
I think your CSS should apply, did you try adding !important after the statement?
#top #header_meta { background-color: #41639e !important; }
Also please consider updating to 4.5 :-)
Best regards,
RikardDecember 10, 2018 at 6:28 pm #1043243hi i haven’t applied iet manually it comes from theme settings i will try now
December 10, 2018 at 6:30 pm #1043245hi
i fixed it now be amending alternative background color in the theme style settings
i am seeing the following errors in console as well, see screenshot
December 11, 2018 at 7:45 am #1043593Hi,
Thanks for the update. Did you add that CSS file manually? Did you check that the folder has the correct access level set to it?
Best regards,
RikardDecember 11, 2018 at 1:09 pm #1043736“Did you check that the folder has the correct access level set to it?” – What should the chmod be for it ?
Also it is 99% fixed how ever on mobile it seems that on the home page it doesn’t apply the css just the inner pages
One thing i know is different about the homepage is it has a transparent header set. How ever surely that should just apply to desktop?
Can you confirm?
Finally why does layer slider not adapt to fill the height of the mobile?
December 12, 2018 at 6:54 am #1044140Hi,
755 should likely work? If not then I think you need to contact your hosting provider since it’s a server response causing those problems.
Best regards,
RikardDecember 17, 2018 at 2:13 pm #1046300hi i sorted the permission error issue out now guys thanks
I still am not sure why
1 – On mobile it seems that on the home page it doesn’t apply the css. It just works on the inner pages
2 – Why does layer slider not adapt to fill the height of the mobile?December 21, 2018 at 4:44 am #1048013Hi,
1.) Try to use a more specific selector:
.responsive #top .av_header_transparency #header_meta { background-color: #41639e; }
2.) Did you set the Slider Settings > Layout > Slider Type settings to “Fixed”? Set it to “Full Size” if you want the slider to adjust based on the screen size. Or use theme’s Full Screen Slider element.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.