Support Forum

Search graphical glitch

2 Answers

New Answer

PR Propheticus
Propheticus
Member

Good find.

Here’s a quick fix. In the default.php stylesheet file of the (renamed copy of the) default theme you’re using look for:

#spMainContainer .spSearchSection {
    float: left;
    padding: 0 4px;
    width: 100%;
}
 
Change the padding line to “padding: 0;” and it should be fixed.