Hello
On my frontpage there is a sign-in box for newsletters. But the dimensions arent showing correctly… the word "Tilmeld" (danish=signup) isnt fully displayed.
where can I find the file to change the dimensions?
domain: http://www.velobless.dk
1 answer
In this http://velobless.dk/skin/frontend/de…/css/theme.css file (around line 2174), please change width to 97px as follows:
Code:
.block-subscribe .actions { position: absolute; top: 0; right: 0; margin: 0; background: #fff border: 0; padding: 0; width: 97px; height: 40px; line-height: 40px; overflow: hidden; }