Shape 5

Joomla Club Extensions => Horizontal Accordion v2 - Club => : master360 May 13, 2013, 02:31:02 AM



: Texts out of alignment
: master360 May 13, 2013, 02:31:02 AM
Hi guys,

I installed the Horizontal Accordion on my clients site (a Shape5 template) and for some reason the texts are not aligned correctly. The result is similar in IE, Firefox and Safari. Strange is that in IE10 the title is aligned horizontally and not vertically.

Please check out the page: www.svvarmland.se (http://www.svvarmland.se)

Please advice! Thanks.

/Mike


: Re: Texts out of alignment
: mikek May 13, 2013, 07:34:11 AM
Hello,

Download a fresh copy of the module and extract the css file from within the zip file, and then over-write your existing one your server. IE10 uses ms-rotation, which was added to this css file a few days ago.


: Re: Texts out of alignment
: master360 May 13, 2013, 07:58:27 AM
Thanks Mike,

I downloaded and replaced the s5_horizontal_accordion.css, but nothing changed. I saw that this issue has been addressed before and by adding "-ms-transform: rotate(270deg);" the title is now vertically aligned in IE10.

But my "real" problem still exists... the text is not aligned correctly. Can you please have a look at the link I provided and you will see what I mean. Thanks.

/Mike


: Re: Texts out of alignment
: mikek May 13, 2013, 10:25:56 AM
Hello,

Try adding the following to the bottom of template.css:

.s5_hor_acc_title_wrap {
padding-top:26px !important;
}

.s5_hor_acc_mod_wrap {
padding:15px 15px 15px 28px !important;
}


: Re: Texts out of alignment [SOLVED]
: master360 May 13, 2013, 10:45:17 AM
That made the problem disappear.

Thanks!  ;D


: Re: Texts out of alignment
: minister3 March 04, 2014, 12:52:12 PM
Hi i have the same problem. The titles of of the s5_ha_1 and all the rest comes out weard and you can even make out what the title says.
i have an image attached to show how it looks like.


: Re: Texts out of alignment
: minister3 March 05, 2014, 07:45:24 AM
Still needs some help?
Thanks


: Re: Texts out of alignment
: mikek March 05, 2014, 08:54:41 AM
Hello,

The source of your site is showing that there are no text titles defined in the module.


: Re: Texts out of alignment
: minister3 March 05, 2014, 09:00:05 AM
Could you explain just a little bit. Because i have five titles in


: Re: Texts out of alignment
: mikek March 05, 2014, 09:54:52 AM
Hello,

I'm sorry I was looking at the wrong url above. You have something in your template that is causing the issue:

body {
    color: #777777;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    word-wrap: break-word;
}


Removing the word-wrap line will fix this issue.