Shape 5

Joomla Club Extensions => Vertical Accordion - Club => : cspgsl January 03, 2018, 11:02:14 AM



: Title alignment
: cspgsl January 03, 2018, 11:02:14 AM
At http://businesssitedesign.com/about-us/careers  the title header of the VA is not aligned with the top of the module.

What's the issue?

Thanks


: Re: Title alignment
: cspgsl January 04, 2018, 02:47:41 PM
Any thoughts on this issue?


: Re: Title alignment
: mikek January 05, 2018, 08:49:01 AM
Hello,

Sorry I overlooked your post. Please try adding the following to the template's custom.css file:

.s5_va_toggler {
padding:0px !important;
}

If that doesn't work try this:

h3.s5_va_toggler {
padding:0px !important;
}


: Re: Title alignment
: cspgsl January 05, 2018, 11:23:24 AM
That worked, thanks