• Resolved woodypad

    (@woodypad)


    Hi,
    I believe there is an error in responsive management for the widths 800 and 768.
    I created fields side by side, these fields do not fit in size 768 and 800 as happens with smartphones but remain suspended, slipping under the fields and leaving a white column. https://prnt.sc/m5xskh
    In smarphones the fields go underneath, they become a column, but they adapt to the width.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    its working just fine for me,

    768 screen: https://screenshot.net/lor0esv
    780 screen: https://screenshot.net/lo2jysk
    iphone 6: https://screenshot.net/wzqn3up
    ipad: https://screenshot.net/1vq7eaz

    likely your theme css is interfering the plugin css. Try to change your theme to a WP twentyfifteeen or other to see if it still affects your layout. If it does, then maybe its another plugin that is loading some additional css files that is interfering.

    Thread Starter woodypad

    (@woodypad)

    Hi,
    Yes, it’s true. With default theme works.
    Is there a way to solve? to say to use the plugin settings?

    Thanks

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Well you could try to dequeue your theme css stylesheet that is in conflict but that would likely affect other styling in your page.

    Else you need to see how the theme css rules are set and if you can override them with higher css selector.

    Other possibility is to dequeue de plugin css stylesheet and (re)queue it with the theme stylesheet as a dependency in order to have its rules override the theme rules…

    But you need to inspect your css and fugue out what is the best solution.

    Thread Starter woodypad

    (@woodypad)

    OK, Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem for widths 768 and 800’ is closed to new replies.