Shape 5

Joomla Free Templates => Design Control - Free => : Annepal May 10, 2016, 04:10:01 AM



: Horizontal alignment of text
: Annepal May 10, 2016, 04:10:01 AM
Hi there,

I have published a logo to the top row 1 position 1 and three html-modules with an icon + text to positions 2, 3 and 4. The icons + text seem to be aligned to the top. Is it possibly to center them instead ?

It might be easier to understand my prose if you take a look at http://www.dunstabzugshaubentest.com (http://www.dunstabzugshaubentest.com) ...

Hope you can help :)

Best regards and thank you,
Anne


: Re: Horizontal alignment of text
: mikek May 10, 2016, 07:30:33 AM
Hello,

I am not sure what you mean, the icons/text you have setup seem centered to me. We don't provide support for setting up your own custom layout, that is css that you would need to create. Our support is for the core product only.


: Re: Horizontal alignment of text
: Annepal May 10, 2016, 09:07:31 AM
Hello again,

Right now the text and icons are top aligned. I would like it to be middle aligned (to use Excel terms : top aligned, middle aligned or bottom aligned).

As far as I can see on your template demo (http://www.shape5.com/demo/index.php?design_control (http://www.shape5.com/demo/index.php?design_control)), the text is middle aligned when you use the number list <li class="li_number1">Your content goes here!</li>, so it should be core feature and not something fancy.

How to do that?


: Re: Horizontal alignment of text
: mikek May 10, 2016, 11:29:13 AM
Hello,

It is because that area has a different line-height, you can try something like this in custom.css:

#s5_top_row1 {
line-height:1 !important;
}