WebSite X5Help Center

15 ANSWERS - 1 USEFUL - 1 CORRECT
Dmitriy S.
Dmitriy S.
User
Author

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?

Read more
Posted on the from 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

Read more
Posted on the from Samuel V.
Dmitriy S.
Dmitriy S.
User
Author

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

Read more
Posted on the from Dmitriy S.
Samuel V.
Samuel V.
User

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

Read more
Posted on the from Samuel V.
Dmitriy S.
Dmitriy S.
User
Author

Samuel V. I mean text of title and content text

Read more
Posted on the from 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

Read more
Posted on the from Samuel V.
Dmitriy S.
Dmitriy S.
User
Author

Samuel V. I mean too

Read more
Posted on the from Dmitriy S.
Dmitriy S.
Dmitriy S.
User
Author

for titles and for content

Read more
Posted on the from 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).

Read more
Posted on the from Samuel V.
Dmitriy S.
Dmitriy S.
User
Author

On picture that, what i mean

Read more
Posted on the from 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

Read more
Posted on the from Samuel V.
Dmitriy S.
Dmitriy S.
User
Author

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

Read more
Posted on the from 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

Read more
Posted on the from Samuel V.
Dmitriy S.
Dmitriy S.
User
Author

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

Read more
Posted on the from Dmitriy S.