fix for curweather
Should group_text.php be renamed ?
if the addon folder is renamed like we did, it will be disabled for installs that had enabled it under its former name
OK. I don't really understand. You have already renamed the folder..(?)…
Should group_text.php be renamed ?
Okay. I don't know what the addon does, but I believe there was something with renaming groups to circles? So maybe rename the file to circle_text.php
?
Should group_text.php be renamed ?
Always have some margin left and right of the page content.
haheute
created branch width-and-missing-space in haheute/friendica-wp-theme
2024-03-25 17:26:11 +01:00
At certain viewport width, there is no margin or padding to the left and right sides
Yes, I believe it is this CSS rule:
@media screen and (max-width: 1280px) {
.inner {
max-width: 90%;
}
}
But I'm not sure what to do about it.. Or how to change it..…