Make changes to the widget for iPhone
Hi,
How do I center the book cover in the widget for display on the iPhone? And how can I change the text in the widget (bold, etc.)? https://pixelway.de/iuewt-2025/berichte-und-meinungen-bis-2024/
Thanks and have a nice weekend
Comments
Hi,
1) Use the following CSS code:
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
2) As I can see, you use a custom HTML widget, so you can style it with inline CSS.
Best regards
Hi,
Thanks, centering the images worked. The widget title should also be centered, though.
The text should also be larger in the widget (see screenshot).
Is it possible to make these changes only in the widget on the iPhone and not on the PC?
Thanks
1) If you want everything to be centered, remove the ID from the previous CSS code I have sent you.
2) To affect mobile view only you should use media queries:
https://support.muffingroup.com/how-to/how-to-customize-css-based-on-screen-size/
Best regards