Latest Astroid Update - Affected Top Padding #978
southpaw3229
started this conversation in
General
Replies: 2 comments 4 replies
-
It may be related to the comments here |
Beta Was this translation helpful? Give feedback.
4 replies
-
@southpaw3229 You can download v3-branch and enable "Safe Mode" feature. It will help you keep original functionality like 3.1.9. Please follow #984 to discuss more about this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I ran the latest Astroid Update on a few of my sites and noticed the top padding is creating a white space gap on all my pages. I went into Astroid Settings and in custom css added this which worked but wanted you all to know and see if anyone else has reported it. I only ran the Astroid update on 3 of my sites an 2 out of the 3 affected the top padding.
Installed Astroid V3.1.10 and running Joomla 4.4.10
@media (min-width: 992px) {
#cs-1528971561366 {
padding-top: 0px; !important
padding-right: 0px;
padding-left: 0px;
}
}
Thanks
Beta Was this translation helpful? Give feedback.
All reactions