Shape 5

Joomla Templates => Business Pro - Club => : pchoppin September 12, 2013, 02:03:08 PM



: Custom_1 Position
: pchoppin September 12, 2013, 02:03:08 PM
Hi

The attachment shows modules that are on the Custom_1 position.  These are placed one under the other.

Is there a way to keep these on one line?  Or do I need to place these in different positions?

http://wcarf.com

Thank you


: Re: Custom_1 Position
: mikek September 12, 2013, 02:39:16 PM
Hello,

Modules by default stack on top of each other. Adding the following might make them float next to each other:

#s5_pos_custom_1 .moduletable {
float:left;
margin-right:10px;
}


: Re: Custom_1 Position
: pchoppin September 12, 2013, 03:33:19 PM
Oh ok.  Can you tell me which css file to find this style is found in?
I apologize but I am not too familiar with Firebug. Would I use Firebug to find this out?


: Re: Custom_1 Position
: mikek September 12, 2013, 06:38:19 PM
Hello,

It's not in the css, it's css that you would need to do add to custom.css


: Re: Custom_1 Position
: pchoppin September 12, 2013, 06:45:51 PM
Ok
I've added this to custom.css as shown in the screenshot. 

It did not make any change to the position


: Re: Custom_1 Position
: pchoppin September 13, 2013, 01:59:39 AM
CORRECTION... This did work and they are now positioned side-by-side.

Thank you very much!


: Re: Custom_1 Position
: pchoppin September 13, 2013, 05:06:19 PM
Just letting you know, MIke, that I've installed Firebug and used it to locate some CSS.  Very helpful!

Thank you!


: Re: Custom_1 Position
: mikenicoll September 13, 2013, 05:27:52 PM
Hello,

Be sure to check out our Firebug Tutorial as well:

http://www.youtube.com/watch?v=4kmZ9uQcA_c

-Mike


: Re: Custom_1 Position
: pchoppin September 13, 2013, 05:30:15 PM
I will

Thank you very much!