fr.audiofanzine.com/news/ Columns are wrongly rendered Topic is solved

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
Artisticum_235
Moongazer
Moongazer
Posts: 7
Joined: 2022-11-29, 13:11

fr.audiofanzine.com/news/ Columns are wrongly rendered

Unread post by Artisticum_235 » 2025-03-22, 20:25

Here is a capture of the "news" page https://fr.audiofanzine.com/news/ rendered by PM:

Image

Each news listed on this page have an image on the left, followed by a blank space (tab ?), then the presentation text should appear on a second column, separated from the image...

With PM, the left images have a neat tendency to recover (overlap) almost half of the text, rendering it unreadable.

The only (bad) solution I found, is to reduce the width of the PM window to a minimum, here is the correct rendering:

Image

As you can see, the text is now perfectly readable, there's no columns' overlapping.

Gear: Intel i7 11th gen, 32 go ram, nvidia rtx 3060, Win11 24H2, PM 33.6.1.

If you need more info, please ask, but take into account the fact that I'm very, very far from being tech-savvy, though I'll try my best.
My main conf: Notebook MSI Creator Z16, Intel i7 11th gen, 32 go ram, nvidia rtx 3060, Win11 24H2 + Palemoon forever! :cool:

User avatar
jobbautista9
Keeps coming back
Keeps coming back
Posts: 945
Joined: 2020-11-03, 06:47
Location: Philippines

Re: fr.audiofanzine.com/news/ Columns are wrongly rendered

Unread post by jobbautista9 » 2025-03-23, 02:31

A workaround is to install a userstyle manager like Stylem and add the following CSS for audiofanzine.com:

Code: Select all

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("audiofanzine.com") {
  picture.cover img { margin: unset !important; }
}
Image

:akko_derp:

XUL add-ons developer. You can find a list of add-ons I manage at http://rw.rs/~job/software.html.

User avatar
Artisticum_235
Moongazer
Moongazer
Posts: 7
Joined: 2022-11-29, 13:11

Re: fr.audiofanzine.com/news/ Columns are wrongly rendered

Unread post by Artisticum_235 » 2025-03-23, 21:17

jobbautista9 wrote:
2025-03-23, 02:31
A workaround is to install a userstyle manager like Stylem and add the following CSS for audiofanzine.com:

Code: Select all

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("audiofanzine.com") {
  picture.cover img { margin: unset !important; }
}
Wooow... so nice!!! :D Works perfect! Thanks a bunch, @jobbautista9!

EDIT: (OT: Sorry for n00b question, but why can't I edit the first post to add "(SOLVED)" to the title?)
My main conf: Notebook MSI Creator Z16, Intel i7 11th gen, 32 go ram, nvidia rtx 3060, Win11 24H2 + Palemoon forever! :cool: