Forums

? template problem

hangbill 06 Dec, 2018
Just bought the forum.
Please see pic, what's going on with the Post, Edit and blank window under the breadcrumb.
Need help please.
Thanks
healyhatman 06 Dec, 2018
Right click on the offending element, "Inspect", and it should have a list of CSS rules applying to it. Should help narrow down which rule is doing it then you can edit your CSS template and add :not(.ui) to the selector.
hangbill 07 Dec, 2018
Thanks for this. Will try it.
hangbill 11 Dec, 2018
I removed it, using CSS.

#ttr_content .modal {
display:none;

Question
Is this correct? How does one know whether it should be solved with CSS or some other code.
For eg is it possible that this solution breaks some other functionality that is not yet apparent ?
This topic is locked and no more replies can be posted.