Forums
Home / Theme: Tracks / Full-width image track margin
(@kristoffercanimo)
7 years, 7 months ago
Hi Ben,
I’ve been trying to remove the white line/margin around the full-width image, to no avail.
Any help will be appreciated.
Thanks!
Image
The page I need help with: [log in to see the link]
(@bensibley)
Thanks for using Tracks!
Please try adding this CSS to the “Additional CSS” section in the Customizer:
@media all and (min-width: 75em) { .entry-content img.full-width { width: 180%; left: -40%; } }
Wow, that worked perfectly! Thanks, Ben!
Sure thing, happy to help!