PDA

View Full Version : Custom Footer


Hectorsky
01-28-2016, 05:59 PM
Hello , Just a question , anyone know how can I make such of footer like that , or maybe you know code ?

https://vborg.vbsupport.ru/external/2016/01/4.png

Thanks

DemOnstar
01-29-2016, 07:41 AM
It might be the novice way to do but that is me.
I would get rid of the original footer with additional.css and create a new one with a HTML module.
HTML is a little easier to deal with. . .

Hectorsky
01-29-2016, 07:57 AM
It might be the novice way to do but that is me.
I would get rid of the original footer with additional.css and create a new one with a HTML module.
HTML is a little easier to deal with. . .

So how can I make such of footer ?

DemOnstar
01-29-2016, 03:24 PM
So how can I make such of footer ?

It might be the novice way to do it but that is me.
I would get rid of the original footer with additional.css and create a new one with a HTML module.
HTML is a little easier to deal with. . .

Can't really be any clearer than that. . .

------------------------

Use your google function to search for html and figure out.
Use Firebug (http://getfirebug.com/) to examine a footer or any other element you like and create it from that.
Put all the code in an html module and you should be done.

Hectorsky
01-29-2016, 04:34 PM
Thanks