Hi,
I want to remove the padding for the event post pages...please help.
I tried to add the custom code as below, but this is affecting to the blog post pages. article { padding-left: 0px; position: relative; }
infocubic
You can try with this custom CSS code:
.event-template-default.single.single-event article { padding-left: 0; }
Regards
saguaros Thank you it it working now.
I have one more place the same way I want to do at address http://dynamicsofentrepreneurship.com/locations/bangalore/
Can anyone help me on this ?
infocubic You can use this:
.location-template-default.single.single-location article { padding-left: 0; }