Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13545

webizone on "[Theme: Virtue] alligning the footer menu"

$
0
0

1. solved... I have changed the following code

old code--

[class*="span"] {
float: none;
margin-left: 20px;
min-height: 1px;
}

new code--

[class*="span"] {
float: left;
margin-left: auto;
min-height: 1px;
}

And it is working. Is it the right code or I just somehow did it :)


Viewing all articles
Browse latest Browse all 13545

Trending Articles