WebSite X5Help Center

 
Aleksandar P.
Aleksandar P.
User

HTML 5 slide show description alignment  en

Автор: Aleksandar P.
Просмотрено 1597, Подписчики 2, Размещенный 0  

How to align HTML5 slide show desciption to LEFT ? By default it's centered

Размещено
10 Ответы - 1 Полезно - 1 Корректно
Aleksandar P.
Aleksandar P.
User
Автор

any one ? it's urgent!

Читать больше
Размещено От Aleksandar P.
Maurizio Filomeni
Maurizio Filomeni
User

thesoftwarecan not be.

Читать больше
Размещено От Maurizio Filomeni
Aleksandar P.
Aleksandar P.
User
Автор

is there a way to do this thru the site css, or thru html code ? Please incomedia answer! 

Читать больше
Размещено От Aleksandar P.
Incomedia
Claudio D.
Incomedia

Hello Aleksander,

This can be done with the css code. With chrome, if you press CTRL + SHIFT + I you can find the exact code to edit to change this setting.

Hope this helps.

Читать больше
Размещено От Claudio D.
Aleksandar P.
Aleksandar P.
User
Автор

Yes I know but can you help me how to find the exatch code for tje html5 slide show... ? is it in index.css; style.css or reset.css ...

Читать больше
Размещено От Aleksandar P.
Incomedia
Claudio D.
Incomedia

Hello Aleksander,

If you don't need center aligned text you can add in the Head section of the file in menu 1 - Advanced the following code:

<style type="text/css">
        div {
            text-align:left!important;
        }
        </style>

Keep in mind that all text will be aligned left. If you need to use it only ofr a specific element you need to find the name of this element (div).

Читать больше
Размещено От Claudio D.
Aleksandar P.
Aleksandar P.
User
Автор

Tnx that was a solution but not the description text HTML5 slide show looks bad, nothing like the flash...

Читать больше
Размещено От Aleksandar P.
Incomedia
Claudio D.
Incomedia

Hello Aleksandar,

what exaclty happend? Why it looks bad?

Читать больше
Размещено От Claudio D.
Aleksandar P.
Aleksandar P.
User
Автор

the text in the description is too left with the "

in the head... it's nothing like the flash... here are some screenshots

Читать больше
Размещено От Aleksandar P.
Incomedia
Claudio D.
Incomedia

Hello Aleksandar,

You can change the position or the style manually with css instruction if you want to personalise the slide show.

Читать больше
Размещено От Claudio D.