Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22088

cliftonshipway on "Contact Form 7 Responsive Columns"

$
0
0

Thanks so much Rene, I added the following line of code to fix it:

@media (max-width: 500px) {
    #c7form_left {
    float: none;
    width: 100%;
}
    #c7form_right {
    float: right;
    width: 100%;
}
}

I really appreciate the quick help, you are awesome :)


Viewing all articles
Browse latest Browse all 22088

Trending Articles