WebSite X5Help Center

 
Marcus Vinicius Rocha Da Silva
Marcus Vinicius Rocha Da Silva
User

Footer Width  en

Автор: Marcus Vinicius Rocha Da Silva
Просмотрено 3320, Подписчики 2, Размещенный 45  
Тэги: footer,html

I would like to know if is possible to make the width of the footer use all the space of the screen from the begin of the footer till the end of the page. For example, just like Incomedia's page: http://www.websitex5.com/en/x5-answers.html

Размещено
12 Ответы - 1 Корректно
A. Lika
A. Lika
User

It is certain that you do are in custom template

scren. 

Читать больше
Размещено От A. Lika
A. Lika
A. Lika
User

scren numero 2

Читать больше
Размещено От A. Lika
Marcus Vinicius Rocha Da Silva
Marcus Vinicius Rocha Da Silva
User
Автор

Lika, many thanks for your answer, but what I'd like was something like a "fixed" footer.

The way you suggested I'll have a blank space under the footer if I scroll the page, differently of Incomedia's page!

Anyway, thanks not only for your interest in help me, but also for the templates that help not only me, but a lot of X5 users! Smile

Читать больше
Размещено От Marcus Vinicius Rocha Da Silva
A. Lika
A. Lika
User

Ok if you want to fix the footer just create a css file in this way and then the calls in the area of ​​expert  

#imFooterBg {
position: fixed;
width: 100%;
z-index: 5;
}

Читать больше
Размещено От A. Lika
A. Lika
A. Lika
User

scren 2

Читать больше
Размещено От A. Lika
A. Lika
A. Lika
User

scren 3

Читать больше
Размещено От A. Lika
Marcus Vinicius Rocha Da Silva
Marcus Vinicius Rocha Da Silva
User
Автор

Thanks a lot, Lika! I'll try it!

Thanks again, my friend!

Читать больше
Размещено От Marcus Vinicius Rocha Da Silva
Marcus Vinicius Rocha Da Silva
Marcus Vinicius Rocha Da Silva
User
Автор

Lika, in your explanation you showed a .CSS file that should be linked. Should I edit some of the files X5 create? If so, wich? Should I just add the code you posted to the .CSS file?

Читать больше
Размещено От Marcus Vinicius Rocha Da Silva
Marcus Vinicius Rocha Da Silva
Marcus Vinicius Rocha Da Silva
User
Автор

Lika

The site structure of a site created with X5 have a folder called "Style", inside wich are some CSS files. Should I edit one of them? If so,

I edited the .CSS file of one of my sites, and it worked, the footer was fixed.

But what I really want and I didn't know to explain myself the first question - I really sorry! - is to obtain a result like the showen inhttp://www.geolocalseo.com/ where the footer and its background uses all the width of the page and scroll with the page, but "fix" the page when it reachs the end of the content, filling all the area from the begin of the footer untill the end of the page!

Читать больше
Размещено От Marcus Vinicius Rocha Da Silva
A. Lika
A. Lika
User

  ok I knew then try this css

Enter this code in the area of ​​expert   the margin then you must do Ok? 

<style type="text/css"> 

#imFooter {    

 margin: -18px auto;

}  

</style> 

Читать больше
Размещено От A. Lika
Marcus Vinicius Rocha Da Silva
Marcus Vinicius Rocha Da Silva
User
Автор

My friend, if you weren't a man I would kiss you, hehehe!

Thanks a lot, Lika!

Читать больше
Размещено От Marcus Vinicius Rocha Da Silva
A. Lika
A. Lika
User

hehehehKiss

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