Shape 5

Joomla Templates => Spectrum - Club => : bollinger May 17, 2016, 09:20:15 AM



: Bullets on Tagged Items
: bollinger May 17, 2016, 09:20:15 AM
Hi.  I have certain articles tagged with Business for example and a menu item was created to 'list' these articles.

http://www.enmu.edu/student-jobs/career-opportunities/business

But, the rendered bullet doesn't seem to line up with the info. Is there a way to either fix this alignment, or not show the bullets at all?

I have attached a couple screen shots to help explain the issue...

Thanks!

Matthew


: Re: Bullets on Tagged Items
: bollinger May 17, 2016, 09:21:00 AM
Here is the other attachment I forgot to add...


: Re: Bullets on Tagged Items
: mikek May 17, 2016, 09:50:13 AM
Hello,

It looks like bootstrap is adding some strange css which is causing the gap. Try adding the following to custom.css:

.clearfix::before, .clearfix::after {
content: none !important;
}

.category li {
margin-top:30px !important;
}


: Re: Bullets on Tagged Items
: bollinger May 17, 2016, 09:54:17 AM
So would that code correct or remove the bullets?

:)

Matthew


: Re: Bullets on Tagged Items
: mikek May 17, 2016, 12:05:34 PM
Hello,

It wouldn't remove them, it should just align them correctly.