wordpress - positioning background image with CSS -


i building wordpress site. on homepage, trying position ball without affecting other divs under slider, theme maker has given same class name. want make ball small , place under writing. theme not allow me assign class image. i've tried affects other images in row. me please? thinking may able use first child not sure. thanks!

.cg-strip .cg-strip-bg {    background-size: contain !important;  background-position-y: 90%;   background-size: 50%; } 

use:

<div class="cg-strip-bg " style="background:url(http://adasportsandrackets.com/wordpress/wp-content/uploads/2014/10/ada-460-mole150x146hp.png) no-repeat center bottom / 80%!important; "></div> 

note!! don't use: background-image: background:
stuff:

url(blabla.png) no-repeat center bottom / 80%!important 

80% size, might bit below text, you're free fix till desired result.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -