Tagged: background, elements, menu, mobile, responsive
-
AuthorPosts
-
November 18, 2014 at 6:47 pm #353161
Hey guys,
I’ve got a few last minute teething issues with my website before it goes live.
1 – on http://www.spectrecomstudios.co.uk/film-studio-1 the title element is not showing and there’s just a blank space. This is working on all other pages
http://www.imageupload.co.uk/50Ep
2 – on a few pages, the title element is cut off e.g. http://www.imageupload.co.uk/50E3
3 – The background colour section isn’t resizing and being cut off, I would probably prefer the background to not show on mobile devices.
http://www.imageupload.co.uk/50EL
4 – on the camera packages menu on /studio-crew-kit, the description is all messy because of the rounded image being on the left. Could the image be moved above the menu item, or removed completely?
November 19, 2014 at 12:22 am #353374Hi Coronacom!
1. It seems to be displaying fine on my iPod and Nexus 7. Did you get this fixed?
2. Add this to your custom CSS.
@media only screen and (max-width: 479px) { .av-special-heading-tag { font-size: 20px !important; } }
3. Add an ID to the section and then add this to your custom CSS.
@media only screen and (max-width: 479px) { #your_id { background: none !important; } }
4. Add this to your custom CSS.
@media only screen and (max-width: 479px) { .av-catalogue-item img { display: none !important; } }
Regards,
ElliottNovember 19, 2014 at 11:42 am #353555Great, thank you for your help!
No, number 1 still isn’t working. I’m on an IPhone 4S.
With number 3, can I use the same ID on all pages? or does it have to be unique on each one?
November 19, 2014 at 7:47 pm #353913Hi!
1. Try clearing the cache on your phone and then take a screenshot and highlight what your seeing so we can get a better idea.
3. You can do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, to add a CSS class field to the elements which you can then style like so.
@media only screen and (max-width: 479px) { .your_class { background: none !important; } }
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
-
AuthorPosts
- You must be logged in to reply to this topic.