By Sam Ray on Saturday, 27 May 2017
Posted in General
Likes 0
Views 392
Votes 0
Could you let me know how to reduce the size of the 'Subscribe' button in the subscribe module. When I use the 'Form on Page' module behavior, the size of the button is a reasonable size and isn't larger than the text within the button. However, when I use the 'Dialogue Form' behavior, the button extends the entire width of the module instead of adhering to the text width inside the button. See attached example of each and notice the size difference with each behavior.

I hope this makes sense and I appreciate your time looking into this for me.

Sam
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

By default it will always display full width of that button on the page, you can apply following css into your current css file :

JoomlaFolder/templates/YourCurrentTemplate/html/com_easyblog/styles/custom.css

#eb.mod_easyblogsubscribe .btn-block {
width: 50% !important;
}
·
Saturday, 27 May 2017 10:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect!
·
Saturday, 27 May 2017 22:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Sam, glad that your issues are resolved now
·
Sunday, 28 May 2017 00:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post