Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1297118

    Hello,
    I’ve designed and developed many websites using Enfold but I’ve never had this kind of isuue:
    on mobile view the site seems not process the css code.
    – resposive mode has been correctly abled
    – the theme has been updated at the last version yet

    Please, can you help me?

    Thank you

    Federica

    #1297152

    a lot of css rules are set by adding the html class to the css code .responsive
    f.e.: .responsive #top .logo img
    if your quick css code only has a rule about .logo img this is not able to overwrite the other selector.
    You had to be more specific than the given rule. ( https://specificity.keegan.st/ )
    ID’s count on that calculation more than classes than pseudo-classes or attribute selectors.

    Is there a live site that can demonstrate your issue – where the rules do not work as you expected?

    #1297660

    Hi Federica,

    Your site looks fine on my end on mobile, could you let us know how to reproduce the problem you are having please?

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.