Roomify / RfA

Roomify for Accommodations
53 stars 12 forks source link

Bootstrap overriding custom css #410

Closed ugintl closed 5 years ago

ugintl commented 5 years ago

I am trying to center an image in a block created using views. I am using custom css, but bootstrap seems to be overriding the css. I found a way to do it within views, but I am not sure it is the right way. I have tried many things, but this is the only way seems to be working. slide-withblock

Similar problem happening with the buttons

acrollet commented 5 years ago

You may need more specificity in your selectors. You could try adding an id or class to your div and targeting that.