Problem with parent CSS, Sidebar Module-Body & Custom - Joomla! Forum - community, help and support
hi,
i have been working in joomla website 3rd party template , modify bit encounter 1 problem.
i need set border in module-body css, limits menu if every module body including <div class="module-body"> .custom have border.
i can't have border on custom or random image module because doesn't good, , if set border on <ul class="menu">, border not align sidebar image.
is there anyway can make custom & random image not inherit parent border = 2?

css code:
#sidebar .module-body {background: transparent; padding:5px; border:2px solid #e1e1e1; width:180; height:200;}
#sidebar .module-body p{background: transparent; padding:0; margin:0;}
#sidebar .module .custom{background: transparent;padding:5px; border:0px solid #e1e1e1; width:180; height:200;}}
(i tried number of variations in css no result, module parent css of inner parent of module-body)
template:
ifreedom
http://www.freetemplatespot.com/free-joomla-template/
sorry, if question amateur i'm still learning css when comes classes.
thank you, replies
arturmpa
i have been working in joomla website 3rd party template , modify bit encounter 1 problem.
i need set border in module-body css, limits menu if every module body including <div class="module-body"> .custom have border.
i can't have border on custom or random image module because doesn't good, , if set border on <ul class="menu">, border not align sidebar image.
is there anyway can make custom & random image not inherit parent border = 2?

css code:
#sidebar .module-body {background: transparent; padding:5px; border:2px solid #e1e1e1; width:180; height:200;}
#sidebar .module-body p{background: transparent; padding:0; margin:0;}
#sidebar .module .custom{background: transparent;padding:5px; border:0px solid #e1e1e1; width:180; height:200;}}
(i tried number of variations in css no result, module parent css of inner parent of module-body)
template:
ifreedom
http://www.freetemplatespot.com/free-joomla-template/
sorry, if question amateur i'm still learning css when comes classes.
thank you, replies
arturmpa
put class name particular module - leave space between 1 there , new one.
Comments
Post a Comment