• Resolved matteomueller

    (@matteomueller)


    Good evening,

    on my Site (matteomueller.ml) i am trying to use the bento Theme, but the Footer is just randomly placed in the middle of the site, i can’t edit the background color and it semms like i have no influence on it at all, which is driving me nuts. Any solutions?

    Greetings

    Matteo Müller

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author satoristudio

    (@satoristudio)

    Hey Matteo,

    I can see that you’re using another theme at the moment – is the question still topical?

    Sincerely,
    Andrii / Satori Studio

    Thread Starter matteomueller

    (@matteomueller)

    Dear Team,

    i changed it back, the question is still current.

    Greetings

    Matteo

    Theme Author satoristudio

    (@satoristudio)

    Hey Matteo,

    thanks, I can see the source of the issue now: it’s the post slider widget, probably from a third-party plugin, which aggressively imposes some quite weird styling for the .clear class, namely the zero-pixel height. While the property itself is understandable, the fact that it’s handled with an “!important” flag means that the plugin’s styling overrides rules for all other parts of the website. To solve this, please add the following declaration to the “Additional CSS” tab of the “Appearance – Customize” admin section:

    .clear { height: auto !important; }

    or consider using a different plugin, if that’s an option.

    Sincerely,
    Andrii / Satori Studio

    Thread Starter matteomueller

    (@matteomueller)

    Thanks!

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

The topic ‘Footer bug’ is closed to new replies.