• Resolved Kimball31

    (@kimball31)


    We use Simple Social Buttons plugin (buttons are below the content, and above comments). The buttons display horizontally in our desktop template. However, they display vertically/stacked on WP Touch Pro template, Classic Redux. In the html on Touch Pro I see there are extra <br> tags added after the </button> tag. These <br> tags are not there on the desktop view.

    How can I get rid of these <br> tags. I want the buttons to display horizontally.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Kimball31

    (@kimball31)

    As a workaround I’ve added a bit of custom CSS to disable the <br> tags in the Simple Social Buttons section:

    div.simplesocialbuttons br {
        display: none;
    }
Viewing 1 replies (of 1 total)

The topic ‘WP Touch Pro adding line breaks?’ is closed to new replies.