WebSite X5Help Center

15 RESPUESTAS - 1 ÚTIL - 1 CORRECTO
Dmitriy S.
Dmitriy S.
User
Autor

Samuel V. Thanks. Thank you. Tell me how to do that, when you move the cursor to the block, the cursor turn into a hand?

Leer más
Publicado en de Dmitriy S.
Samuel V.
Samuel V.
User

Simply add 

cursor: pointer;

in the ".titles"  section of the CSS (refering to the file header.txt inside the Toggle.zip

Leer más
Publicado en de Samuel V.
Dmitriy S.
Dmitriy S.
User
Autor

Samuel V. Many thanks! Last Question: How to change the title and the text to the left?

Leer más
Publicado en de Dmitriy S.
Samuel V.
Samuel V.
User

Dimitry, what do you mean : the content or the style ?

Leer más
Publicado en de Samuel V.
Dmitriy S.
Dmitriy S.
User
Autor

Samuel V. I mean text of title and content text

Leer más
Publicado en de Dmitriy S.
Samuel V.
Samuel V.
User

Thanks, simply inside the HTML & Widget block you put in your page.

I mean

<p class="titles">  Some title  </p>
 are for the titles and
<div class="divs"> Some content  </div>
are for the content

Leer más
Publicado en de Samuel V.
Dmitriy S.
Dmitriy S.
User
Autor

Samuel V. I mean too

Leer más
Publicado en de Dmitriy S.
Dmitriy S.
Dmitriy S.
User
Autor

for titles and for content

Leer más
Publicado en de Dmitriy S.
Samuel V.
Samuel V.
User

Sorry Dimitry, I do not understand. The idea is to put the codes above inside a HTML & Widget block inside your WebSite X5's page. Simply add your own titles and content between the HTML codes (replace the "Some title" and "Some content¨ sentences by your own).

Leer más
Publicado en de Samuel V.
Dmitriy S.
Dmitriy S.
User
Autor

On picture that, what i mean

Leer más
Publicado en de Dmitriy S.
Samuel V.
Samuel V.
User

Thanks. This is pure CSS. You have to fix the width inside the <style> part of each. Colors can be adjusted too. May I suggest you to read more about. For example, here : http://www.w3schools.com/cssref/pr_dim_width.asp

Leer más
Publicado en de Samuel V.
Dmitriy S.
Dmitriy S.
User
Autor

Samuel V., I asked about the position of text and a shift them to the left

Leer más
Publicado en de Dmitriy S.
Samuel V.
Samuel V.
User

Dimitry,

It is the padding part of the CSS code. For the moment it is for example 2px 2px (top+bottom/right+left) but could be 2px 2px 2px 15px (top/right/bottom/left)  for example  http://www.w3schools.com/css/css_padding.asp

Leer más
Publicado en de Samuel V.
Dmitriy S.
Dmitriy S.
User
Autor

Samuel V Thanks. I found the answer for my last question. To move the text to the left (title or content) in the script, you can set: "text-align:left ;" To the right: "text-align: right;". 

Leer más
Publicado en de Dmitriy S.