Shape 5

Joomla Templates => Lime Light - Club => : berty12 September 20, 2013, 02:48:42 PM



: Reduce distance inside custom html module?
: berty12 September 20, 2013, 02:48:42 PM
How to, for example, to reduce the gap between image and Brian Roberts CEO and Owner?
Generally how to reduce the distance between the image and the text below in the custom html module? :-\


: Re: Reduce distance inside custom html module?
: mikenicoll September 22, 2013, 05:30:15 PM
Hello,

You would need to identify the element and modify or add negative margins to it such as:

margin-top: -10px;

I would suggest using Firebug to identify elements like this and modify them. We have a tutorial for this here:

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

-Mike