• Resolved locksunlight

    (@locksunlight)


    User: dev
    password: dev2017

    The kbe_content_full isn’t responsive in our theme.
    All content is getting cut off.

    Please help.

    Scott

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Maeve Lander

    (@enigmaweb)

    I’ve checked your site but I can’t find an example of the issue. Please could you point me to a specific URL that shows the issue? Thanks

    Thread Starter locksunlight

    (@locksunlight)

    Plugin Contributor Maeve Lander

    (@enigmaweb)

    I can see some fixed widths in the css is causing this. You can adjust those fixed widths to be flexible (eg 100% ) and it will fix your responsive issues. See the FAQs for instructions on how and where you should be adjusting the plugin for this.

    Thanks,
    Maeve

    Thread Starter locksunlight

    (@locksunlight)

    What file and line are those in? I can’t see them…..

    Thread Starter locksunlight

    (@locksunlight)

    What CSS file and line please?

    Try adding this to the custom CSS for your theme.

    .kbe_content_full {
    width: 100% !important;
    }

    You can find the custom CSS options in many areas;
    -Some themes have it built into them under Appearance>>Theme Options or something like that
    -WP ADmin under: Appearance>>Customize>>Additional CSS
    -Get a plugin link Simple CSS and add it in there
    -and possibly other areas as well

    Just make sure to choose one area and do all of your CSS in that same area always.

    Hope this helps.

    *I am not a developer. Just someone that figures out how to fix things.
    *I am curious why the plugin is not setup by default to just use the “100%” width setting instead of a px width.
    *Seems like that could fix/help a lot of users that usually just have issues/comment on it not being responsive. Again though I am not a developer and do not know if there is/was a specific reason to do this one way or the other. Just seems like the “100%” would create less issues making a higher percentage of the plugins users happier. Maybe. 🙂

    Have a great day.

    Thread Starter locksunlight

    (@locksunlight)

    Thank you @kpimarketin.

    Placing the following in my themes addition CSS resolved the responsiveness issue.

    .kbe_content_full {
    width: 100% !important;
    }

    Your welcome @locksunlight!

    Have a great weekend!

    Jordan
    KPIMarketing.net

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Responsive Issues’ is closed to new replies.