• Resolved svntff

    (@svntff)


    hello,

    I have got an issue with the responsivness of this plugin. On tablet mode it is quite messy and it is not even showing up on mobile view. Do you know why ?

    thank you for your help

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author oceanwp

    (@oceanwp)

    Hello, try to increase the width of this section on tablet and mobile, it should be good.

    Thread Starter svntff

    (@svntff)

    Merci very much for your fast answer. You were right !

    Thread Starter svntff

    (@svntff)

    Just another question, is the size of text in the slider supposed to adpat to mobile screen as well ? because the title is so big that we can’t read it all

    Plugin Author oceanwp

    (@oceanwp)

    Hi, try this css code:

    @media only screen and (max-width: 959px) {
    .oceanwp-post-list.one h2 {
        font-size: 25px;
    }
    }
    Thread Starter svntff

    (@svntff)

    thank you very much,

    i tried to put it in custom css/js in the customizer but i can’t save because it says Exprected LBRACE to line 32 col1

    Plugin Author oceanwp

    (@oceanwp)

    Hi, that is weird, the css code is good, do you use a child theme? If yes, add the code directly in the style.css file of your child theme.

    Thread Starter svntff

    (@svntff)

    I put them in style.css from editor but nothing changed..

    Plugin Author oceanwp

    (@oceanwp)

    Ok try this:

    @media only screen and (max-width: 959px) {
    .oceanwp-post-list.one h2 {
        font-size: 25px !important;
    }
    }

    Bonjour, je crois que vous êtes fran?ais alors je vous écris en fran?ais. j’ai le même problème qu’évoqué précédemment. Le plugin fonctionne très bien sauf sur les mobiles ou le titre h2 est beaucoup trop grand, il ne s’adapte pas. J’ai copié vos lignes de codes, aucun changement. Vos deux propositions. Dans le fichier css. ?a ne marche pas. un ami a regardé le code. il pense que quelque chose prend la priorité sur la balise h2 de titre en priorité, mais ne sait pas quoi. En tout cas, le pugin est inutilisable ainsi, c’est dommage car sur ordinateur et tablette, pas de souci.

    Plugin Author oceanwp

    (@oceanwp)

    Bonjour @sdma63, pouvez vous m’envoyer le lien de la page où vous avez ce problème?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘not showing up on mobile view’ is closed to new replies.