Hello Ciaran,
So I've tried to use this code every which way except upside down. I have a module - top-2b that I want to add padding or a top margin. Push it down some. Of course if I add margin to the source code it inserts space inside the style box. I want the entire style box (module) to go down some. This is the code I've been playing with
#top-2b_modules.block_holder {
padding: 5px 10px 10px;
}
------------------------------------------------------------------------
#top-2b_module_style-box {
padding: 15px !important;
}
When I use this code - it pushes every style box on the page down
.module_style-box .module_padding, .style-box .module_padding {
padding: 15px 15px 5px !important;
}
This was the last effort:
.top-2b .style-box .module_padding {
padding: 15px !important;
}
I'd like to keep the style box but if I can't.. .. Thanks in advance
- Agabby
- Commercial Templates
- Tuesday, 06 September 2016
- Subscribe via email
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!