Home › Forums › WoodMart support forum › Problem with layout and fonts › Reply To: Problem with layout and fonts
July 18, 2024 at 10:47 am
#584117

Luke Nielsen
Keymaster
Hello,
1. Use the below custom to make it look better on Safari, define the code for the “Custom CSS for desktop” area in Theme Settings -> Custom CSS –
.browser-Safari .hide-larger-price .wd-price-unit {
display: inline-block !important;
}
:is(.browser-Safari,.platform-iOS[class*="FBAN"]) .hide-larger-price .price>:is(ins,small) {
margin-inline-start: 0 !important;
}
.browser-Safari .hide-larger-price .price {
white-space: wrap !important;
}
In other browsers, it works well.
2. Looks like the “WPCode Lite” affected the Dynamic and linked variation.
3. The sizes of the video in the current case are related to the iframe – https://take.ms/rdNBo which could be the default values from [embed]. So try to set the width here – https://take.ms/Uiizl and check how it works.
Kind Regards