Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Do you have a place to hold your CSS modifications, other than the theme’s files?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Install this Custom CSS Manager plugin and use its section of the dashboard to hold your CSS modifications:
#secondary {
border: 0;
}
Thread Starter
Thati
(@dominick-segoatle)
Thanks I will let you know how it’s going.
Thread Starter
Thati
(@dominick-segoatle)
Thanks that worked. Can I ask another question or should I start another thread?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If it doesn’t relate to your original issue, then it’s best to start a new.
Thread Starter
Thati
(@dominick-segoatle)
Thanks Andrew.
Here’s the question and you can let me know if it’s still in relation to the borders. My widgets are outside the borders on the right, how do I move them to the left? I want them to fit the 336 X ad.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If it’s an advert you want resizing, you need to ask the advert’s vendors to check whether you are allowed to do so. Most of the time they forbid it.
Thread Starter
Thati
(@dominick-segoatle)
No I don’t want to resize the advert but to increase the space that the advert fits in. I want to move the widgets to the left a bit so that the adverts can fit. On the left it shows that the advert is slight cut. I hope I’m making sense. 🙂
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Try adding:
#secondary .widget {
padding: 0;
}