Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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?

    http://www.imageupload.co.uk/50Ej

    #353374

    Hi 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,
    Elliott

    #353555

    Great, 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?

    #353913

    Hi!

    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 9 years, 8 months ago by Elliott.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.