- This topic has 4 replies, 2 voices, and was last updated 5 years, 10 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › CSS rule for customizing the ssf 2 (the opt-in form template #2)
How do I make the opt-in template 2 occupy the entire width of the sidebar??
I have tried hyphenated AND underscore’d combinations, as well as many variations of the “.eStore-ssf-template-2” label in the custom CSS plugin, but to no avail. Either I’m not getting the right wording correctly, or I need to do something else, in which case please advise!
Please share a link to the page where you have the squeeze form so I can inspect it. Then I should be able to provide help.
eguidestore.com
Right there in the sidebar. And since we’re at it, I also need the CSS code for changing that dark grey background to a different colour, and also the code for making the widget occupy the entire width of the sidebar.
The following CSS tweak should do it. Adjust the values to meet your needs.
.eStore_ssf_template_2_wrapper {
max-width: 330px !important;
background-color: #CCCCCC !important;
}
You can enter the custom CSS in the following interface:
Admin Dashboard -> Appearance -> Customize -> Additional CSS
It worked. Thanks!