Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #635608

    The footer on one of our websites is not responsive on one page of the website. I haven’t checked all the pages, but the footer seems to stack (be responsive) on other pages, but not the contact us page.

    URL in private area

    #635635

    Hey 1039 Online,

    A plugin conflict may be one of the reason for this issue.
    To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off (In your case it’s usually Yoast), activate one plugin at a time and refresh until you find the plugin in conflict.

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)

    Best regards,
    Vinay

    #635958

    I deactivated all plugins and removed custom css, but the problem on the Contact Us page persisted. I also updated the one plugin that wasn’t up to date. The site is currently using the latest version of wordpress and Enfold.

    #635960

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 768px) {
    #footer .flex_column { width: 100% !important; margin-left: 0 !important; }}
    

    Best regards,
    Yigit

    #635966

    Login credentials located in private area in case they are helpful to solving this.

    #635969

    That worked, Yigit. Thank you.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Footer not responsive on one page’ is closed to new replies.