Shape 5

Joomla Templates => Helion - Club => : IRONCloud June 30, 2014, 06:26:24 PM



: Top Row 1 Modification
: IRONCloud June 30, 2014, 06:26:24 PM
Hi,

What is the best way to 'convert' my top row 1 to a 'banner' style row?

ie, without a background, and narrow margins to save space.

Regards

Graeme


: Re: Top Row 1 Modification
: mikenicoll July 01, 2014, 12:18:36 AM
Hello,

1) I removed the -plain suffix on the module in the top_row1_1 and top_row1_3

2) I added the following CSS to your custom.css file

#s5_top_body_section {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    box-shadow: none !important;
    margin-top: -10px !important;
}
.s5_body_section {
    margin-top: 0 !important;
}
#s5_pos_top_row1_3 #fd {
    margin-top: 5px;
}

Hopefully that is what you were looking for. Further modifications will have to be made by yourself or the site developer as our support is for the core product and layout.

-Mike