Does the code below work when added to additional.css? It should remove the border between the tabs.
Code:
#profile_tabs dl.tabslight dd { margin-right: 0px !important;
Does the code below work? It should align the top of the block with the top of the block on the left.
Code:
.memberprofiletabunder { height: 10px !important; font-size: 5px; display: inline-block; float: left; width: 100%;
Also, try these two bits of code;
Code:
.memberprofiletabunder {
background-color: none !important;
background-repeat: repeat;
}
And
Code:
#message_form .subsectionhead {
border-right: 0px solid #8F3F1F !important;
border-left: 0px solid #8F3F1F !important;
--------------- Added 20 Jun 2014 at 23:57 ---------------
Quote:
Originally Posted by 409industries
Thanks John- I tried adding this code into additional.css but it did not fix the weird gap / spacing i'm seeing in there. I've pulled the code out for now...
|
Yea I wasn't paying attention to what I posted, hopefully my other suggestion does the trick. Those are the classes to change to do what you want, but they may be coming from somewhere in the mess that is ckeditor which overrides additional.css.
Ok here's a screenshot of what it will look like if the code changes take.