Comments widget alignment

Comments widget is fully functional, however in mobile portrait mode there is large white space to right side as per first picture
The second picture shows mobile landscape and is centred equally
I suspect the wrapper is too large for mobile portrait view, but any assistance would be great.

I’m reluctant to give link to the page as I’m on 200 views/mth as a trial to make sure I’m happy with everything and don’t want a increased page visits to cause my limit to be reached.

I’ve looked in the settings to see if I can edit the widget size, but could not find a way.

any help would be much appreciated.

Daz

1 Like

Hi there, @Daz :waving_hand:

I’ve checked your website (worry not, views from the Elfsight staff are not counted) and the widget looks fine in mobile portrait view on my end:


Could you please specify your device, its OS version and the browser you’re using?

Hi thanks for quick response.

Device iPhone 16 Pro

iOS 26.2.1

Safari

Thanks.

I did just use Firefox browser and that looked perfect, so looks like Safari is rendering incorrectly?

1 Like

There is a chance this issue occurs because of the informational panel, that’s visible only to you as a website owner.

We’ve tried to hide it using this code in the Custom CSS field on the Settings tab of your widget’s settings

@external {
  .eapps-widget-toolbar {
    display: none !important;
  }
}

Please check your website in Safari and let me know if the issue has gone :slightly_smiling_face:

Perfect :clap:

1 Like