I cannot for the life of me remove what appears to be a line break from bulleted lists after I do a level two indent.
For example:
Level one is fine
Level too spacing is good
But back to here, there's a big gap above this line.
See screenshot:
Here's the code I'm using:
<h3>2018 MAD RACING COLORADO EVENT LIST</h3> <ul> <li>February 24-25: MADHORN Fat Bike Races Weekend (Fat Bike Races) @ Powderhorn Mountain Ski Resort.</li> <li>June 2-3: Grand Enduro (downhill-ish mountain bike stage races) @ Lunch Loops Trails in Grand Junction, CO.</li> <li>August 18: Just Peachy Run (5k & 1k kids run at Palisade Peach Festival).</li> <li>Sept 8-9: Desert’s Edge Triathlon Festival @ Fruita, CO. <ul> <li>Additional 3 fun duathlon races leading up to DETF – schedule TBA.</li> </ul> </li> <li>Sept 22: Roan Cliff Choas (mountain bike and run adventure races in Rifle, CO).</li> <li>Sept 30 – Dec 15: Urban Tread Adventures Race series – schedule to be released February 2018.</li> <li>A new cyclocross race in the books of being added – TBA.</li> </ul>
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
.main-content ul {
margin-bottom: 0px !important;
}
Hi, (I forgot to add the URL. Here it is: http://www.madracingcolorado.com/mad-pack/
I cannot for the life of me remove what appears to be a line break from bulleted lists after I do a level two indent.
For example:
See screenshot:
Here's the code I'm using:
<h3>2018 MAD RACING COLORADO EVENT LIST</h3>
<ul>
<li>February 24-25: MADHORN Fat Bike Races Weekend (Fat Bike Races) @ Powderhorn Mountain Ski Resort.</li>
<li>June 2-3: Grand Enduro (downhill-ish mountain bike stage races) @ Lunch Loops Trails in Grand Junction, CO.</li>
<li>August 18: Just Peachy Run (5k & 1k kids run at Palisade Peach Festival).</li>
<li>Sept 8-9: Desert’s Edge Triathlon Festival @ Fruita, CO.
<ul>
<li>Additional 3 fun duathlon races leading up to DETF – schedule TBA.</li>
</ul>
</li>
<li>Sept 22: Roan Cliff Choas (mountain bike and run adventure races in Rifle, CO).</li>
<li>Sept 30 – Dec 15: Urban Tread Adventures Race series – schedule to be released February 2018.</li>
<li>A new cyclocross race in the books of being added – TBA.</li>
</ul>
Sceenshot of html in Text mode:
Been pulling my hair out. Any suggestions!?!
Thanks. You guys have great support.
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Worked perfectly. Thank you, Tahir. You give great support.