Shape 5

Joomla Templates => Traction - Club => : penn February 16, 2016, 02:44:28 PM



: Need some CSS
: penn February 16, 2016, 02:44:28 PM
On the demo traction template you have a "call today" in a module which is in the middle_top_1 module position. How can I replicate the layout with the same colours and text? You've obviously got some CSS somewhere that isn't in the template that I downloaded.


: Re: Need some CSS
: mikek February 17, 2016, 08:31:41 AM
Hello,

All the css is included. That is a custom html module. The code used for that is below:

<div class="call">

<h1 class="font_bold highlight" style="float:left;">Call</h1> <h1 class="font_bold" style="float:left;color:#FFFFFF">Today</h1> <span style="float:left;padding-top:5px;">1-800-555-1234 - Lorem ipsum dolor sit amet, id quo quis ubique.</span>

<div style="clear:both"></div>
</div>

You will also need to apply the module class suffix "-no_padding_dark"

I would highly recommend installing the site shaper into a sub folder so you can use it as a live example for items like this.