That's nothing to bother about - it's just that one of your articles/categories/contacts has a last modfied by user ID that no longer exists (because someone deleted the user) - it doesn't matter.
There's no database error - just give the articles a valid user and they'll be fine.
Regards, Mark.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
Just increase the padding-bottom amount in that statement - that should work.
Regards, Mark.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
Unfortunatley the padding between the images is displayed different and I get a padding on the left side too. (picture attached)
How can I create equal distance between the images (picture attached)?
Regards, Klaus
Last Edit: 3 years 5 months ago by MrT. Reason: Added code blocks
What you have now is a padding-left and a padding-right and no padding bottom at all?
If the order of the items in the padding statement confuses you then write them individually instead. i.e "padding-right" "padding-left" "padding-bottom" "padding-top" instead of just "padding" with four values.
Regards, Mark.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
It's your own padding amounts causing this. Because you don't want any right padding on the last item. So personally, I'd just zeroise the right padding and it looks fine. But if your really want to stick with that then your CSS is going to have to get way more complex because you will need to use :nth-child selector and "3n" and then media queries too because "n" changes dependent on viewport size.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.