1. Agabby
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 06 September 2016
  5.  Subscribe via email
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
Accepted Answer Pending Moderation
0
Votes
Undo
Hi April

Would you have a URL to an example of the module in question?

CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!