-
-
Hey guys,
in the mobile Version of my Page kundenkarma.de there is always a huge padding between the Row and the headline. I used the “examine element” Funktion of Firefox and found out, that a Col-Wrapper is adding a top padding of 230px when the Screen is smaler than 480px.
see:
@media (max-width: 480px)
.cl_col_wrapper {
padding-top: 230px !important;
}I tried to use the Custom CSS-Funktion, to reduce the Padding to 0 px, but the original Padding sort of wins. Mine is overwritten. Ich tried to find that passage in your CSS File, but I can’t find it. So please tell me where did you add that and how do I get rid of it?
I think it is very disturbing, when the screen ist almost empty on the mobile when reading my page. And please change the Bug for the next version.
-
Hello,
This css is not present in the default css files of theme. So it must be generated from the options in your side. Do you have sticky header active?
Please check that there aren’t any settings set to add the padding. Check the row or header where you get this.
Let us know if you need help.Best regards!
-
Hi there,
actually there was a Problem with this theme. It was very very hard to find. To resolve it, I had to delete an entry for custom CSS which was added bei Folie in the Database by a former Folie Version. Bevor the last update it was possible to add custom css at multiple places and they weren’t combinded to one. This ist not possible any more. But the entry in Database was still there and because there was no user interface for that information any more, I was not able to fix it the easy way.
-
Hello,
I understand. I checked the site again but i don’t see any padding. There is only a 45px padding (top/bottom) for rows in mobile.
If you send us the link of the page you are getting this, i can help you fix it.Best regards!
-
As I said: I solved it!! This ist just for oyur infomation in case someone else has similar problems. I found the CSS that caused the padding hidden in some custom CSS-Entry in the mysql database of WordPress and deleted it. In a earlier Version of Folie, there was a bug in Folie, because it was possible to enter CSS in at least two different places that caused two different sql entries. You solved the Bug, so this is not possible any more. But my former entry was still in the database and because you solved the bug, I coudn’t reach that field to clear it from the front end. So I had to log into my SQL Database over the Server and delete that custom CSS manually.
This is just an information. I solved the problem
-
Hello,
Nice to know that!
Let us know if we can help with anything else.Best regards!
-
You must be logged in to reply to this topic.