WebSite X5Help Center

15 RéPONSES - 1 UTILES - 1 CORRECT
Dmitriy S.
Dmitriy S.
User
Auteur

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?

Lire plus
Posté le 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

Lire plus
Posté le de Samuel V.
Dmitriy S.
Dmitriy S.
User
Auteur

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

Lire plus
Posté le de Dmitriy S.
Samuel V.
Samuel V.
User

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

Lire plus
Posté le de Samuel V.
Dmitriy S.
Dmitriy S.
User
Auteur

Samuel V. I mean text of title and content text

Lire plus
Posté le 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

Lire plus
Posté le de Samuel V.
Dmitriy S.
Dmitriy S.
User
Auteur

Samuel V. I mean too

Lire plus
Posté le de Dmitriy S.
Dmitriy S.
Dmitriy S.
User
Auteur

for titles and for content

Lire plus
Posté le 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).

Lire plus
Posté le de Samuel V.
Dmitriy S.
Dmitriy S.
User
Auteur

On picture that, what i mean

Lire plus
Posté le 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

Lire plus
Posté le de Samuel V.
Dmitriy S.
Dmitriy S.
User
Auteur

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

Lire plus
Posté le 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

Lire plus
Posté le de Samuel V.
Dmitriy S.
Dmitriy S.
User
Auteur

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;". 

Lire plus
Posté le de Dmitriy S.