[Plugin: jQuery Collapse-O-Matic] Full Width Background
-
I’m looking to make the width of the title menu a fixed width. I’ve modified the CSS of the plugin like this and I thought it would work.
‘.collapseomatic {
color: white;
width: auto;
background-image: url(images/arrow-down.png);
background-repeat: no-repeat;
padding: 0 0 0px 16px;
background-color:#759995;
border-style:outset; border-width:3px;
cursor: pointer;
}’However, it does not. I’ve tried setting a size width as well, also messing with the padding and margins to fix it, but it’s not working.
Here is the site, http://www.buydirectcompositefence.com/product-details.
I can modify the color of the box, the text, the margins, but not the width of the container. Does anyone have any good ideas?
Thanks,
David
The topic ‘[Plugin: jQuery Collapse-O-Matic] Full Width Background’ is closed to new replies.