Quantcast
Channel: contact form 7 – WordPress.org Forums
Viewing all articles
Browse latest Browse all 9540

stephencottontail on "Sidebars are driving me crazy!!!"

$
0
0

The widget that contains your contact form has an ID of text-15, so you can target just that widget with #text-15. If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and try this code:

#text-15 {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 20;
}

Viewing all articles
Browse latest Browse all 9540

Trending Articles