• Resolved Ashutosh

    (@ashubetta)


    I am getting ugly borders around the Google search box on my blog (pctonic.net). There seems to be no issue with the Google theme, so this looks like a theme issue. Please help.

    Thanks,
    Ashutosh

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author ronangelo

    (@ronangelo)

    The google search box you’ve added on your text widget is wrapped in table markup ( <tr>, <td> ) therefore it inherits a table cell’s border.

    Either remove the table markup or use css to hide the border for your specific widget.

    Example:

    #text-5 th,
    #text-5 td {
        border: none;
    }
    Thread Starter Ashutosh

    (@ashubetta)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ugly borders around Google search box’ is closed to new replies.