CSS deployment

Posted in: Newspaper
Post count: 312

Hi,

I use this code for my sidebar “recent news” `.td_module_flex_3 .td-image-container, .td_module_flex_1 .td-image-container {
box-shadow: 2px 2px 4px #888
;
}`

But this code is deploying on all others modules “flex 3 and flex 1” including those in my footer..

How can I avoid it ? I want just select flex 3 and flex 1 from my sidebar.

Thank you

Kind regards

typemeon.com

  • This topic was modified 6 years by gumball44.
Post count: 18283

Hello !

Please try this code: .tdi_104_161 .td_block_inner .td_module_flex_3 .td-image-container, .td_module_flex_1 .td-image-container {
box-shadow: 2px 2px 4px #888
;
}

Thank you !

Post count: 312

nop it doesn’t work =/

Post count: 18283

Hello !

Please try this code .td-main-content-wrap .td-pb-span4 .td-image-container {
box-shadow: 50px 2px 4px #888
;}

Thank you !

Post count: 312

.td-main-content-wrap .td-pb-span4 .td-image-container {
box-shadow: 2px 2px 4px #888
;}

this one works

Thank you

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