Full width ads

Posted in: Newspaper
Post count: 87

1. I want to use a custom advt as full width. What shall be the image size of it? At present there is some white space left and right sides of the advt image.

2. How to reduce the white space at the bottom of the advt?
https://www.screencast.com/t/CYT5TQ70Fa

Post count: 20688

Hi,

1. The rows can be stretched to full width, so you could do it like that
https://www.screencast.com/t/A3NrzEAX
So place the ad box in a stretched row and it should be full width. Test with larger images in the ad code for best results.

2. There is a default margin for each custom ad, you could modify it with a code like this (you can try other values in the code, depending on how you would like it to look)
https://www.screencast.com/t/fwmU4Xgf
https://www.screencast.com/t/2yD261JAuNa8
Enter the code in Theme panel->CSutom CSS

.td-a-rec-id-custom_ad_1 > div {
margin-bottom: 22px;
}

Thanks

Post count: 87

Thanks a lot for your help.
1. Without doing anything, it was stretched to full width. (Any way thanks for the guidance.)
2. The given CSS code has helped me to get the desired result.

Once again thank you very much

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.