Can someone tell me how to edit the HTML Block CSS to eliminate padding? The left and right padding was 0 during the beta versions of 7.1, but now that full release is out, they are padded on either side... how do you fix this?
Can someone tell me how to edit the HTML Block CSS to eliminate padding? The left and right padding was 0 during the beta versions of 7.1, but now that full release is out, they are padded on either side... how do you fix this? |
The basic building block of Dolphin is designbox_1_.html. You can change the css in either the base css or add a template and add the css changes to the template or edit designbox_1_.html to point to your custom css; this of course is if you are talking about the boxes. You need to be a bit more specific about what you want to change. Geeks, making the world a better place |
what if I want to change for a specific block and not all of them? blocks should be able to have individual classes but cant seem to find that. any help on changing a specific block would be good. |
what if I want to change for a specific block and not all of them? blocks should be able to have individual classes but cant seem to find that. any help on changing a specific block would be good. Individual classes? No. But individual styles yes. See this topic. http://www.boonex.com/forums/topic/Custom-Design-Boxes-Each-block-on-page-can-be-different-.htm https://www.deanbassett.com |
thanks deano, I got everything working correctly |