Where to add custom CSS?

I need to add some custom CSS for a google map plugin - where do I do this?

[code]@media screen and (max-width:480px){

.page-id-14 header + .x-container.max.width.offset,

.page-id-14 #cs-content .e14-12.x-section .e14-13.x-container.max.width{

 width:100%;

 margin:0;

}

.page-id-14 article .entry-wrap,

.page-id-14 #cs-content .e14-12.x-section{

padding:0

}

}[/code]

Hi there,

Thanks for writing in! You can either add it in the Theme Options > CSS: section (see screenshots)

Or you can add it in your child theme’s style.css file via via Appearance > Editor

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.