Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #867611

    mhbmartijn
    Participant

    Hi on my page support-me is something strange going on, my footer has gone full-width. This is the only page with this problem and I don’t know what I did done wrong. Thank you for helping out!

    #867612

    mhbmartijn
    Participant
    This reply has been marked as private.
    #868365

    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    I could see that your site is okay in cornerstone version.

    Would you mind testing for plugin conflict or js conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Let us know how it goes.

    Thanks.

    #870092

    mhbmartijn
    Participant

    Yes it was a widget problem, solved now, thanks!
    So but besides this widget problem I saw a different problem with my footer on page home and about-me.
    The text there is italic, how can I solve this? Thank you!

    #870524

    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-colophon.bottom, .x-colophon.bottom .x-nav li a {
        font-style: normal;
    }

    Hope this helps – thanks!

    #870764

    mhbmartijn
    Participant

    yes, thank you!

    #871119

    Zeshan
    Member

    You’re welcome! 🙂