Kristina Hakansson
asked 9 years ago

Hi, I am having a formatting problem and was wondering if anyone could help.

On the single-question page, the "follow" button is so small that the whole word doesn’t fit on one line, so there is a line break before the "w" which doesn’t look good. How can I change either the button size (to make it bigger so the text fits) or the font size of this button (to make it smaller)? I don’t mind pasting in some css, but I don’t know how to write css myself.

Here is the page: http://ibrevision.org/question/is-this-a-question/.

1 Answers
DominicStaff
answered 9 years ago

Hi,
You can add the following code to the style.css file:

.dwqa-single-question .dwqa-favourite {
   width: 70px;
}

Hope this helps !

kristina85
replied 9 years ago

Thank you, that worked perfectly!

Powered by DW Question & Answer Pro