WebSite X5Help Center

15 Ответы - 1 Полезно - 1 Корректно
Dmitriy S.
Dmitriy S.
User
Автор

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?

Читать больше
Размещено От 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

Читать больше
Размещено От Samuel V.
Dmitriy S.
Dmitriy S.
User
Автор

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

Читать больше
Размещено От Dmitriy S.
Samuel V.
Samuel V.
User

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

Читать больше
Размещено От Samuel V.
Dmitriy S.
Dmitriy S.
User
Автор

Samuel V. I mean text of title and content text

Читать больше
Размещено От 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

Читать больше
Размещено От Samuel V.
Dmitriy S.
Dmitriy S.
User
Автор

Samuel V. I mean too

Читать больше
Размещено От Dmitriy S.
Dmitriy S.
Dmitriy S.
User
Автор

for titles and for content

Читать больше
Размещено От 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).

Читать больше
Размещено От Samuel V.
Dmitriy S.
Dmitriy S.
User
Автор

On picture that, what i mean

Читать больше
Размещено От 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

Читать больше
Размещено От Samuel V.
Dmitriy S.
Dmitriy S.
User
Автор

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

Читать больше
Размещено От 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

Читать больше
Размещено От Samuel V.
Dmitriy S.
Dmitriy S.
User
Автор

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

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