Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,
    me too 😉
    But… cannot see this BR tag where do you see it?
    Between which buttons?

    Thread Starter oltrecomics

    (@oltrecomics)

    I used Firebug to see where they were inserted.
    Have a look at the code:

    <table class="comic_navi">
    <tbody><tr>
    <td class="comic_navi_left">
    						<a title="" class="navi navi-first" href="http://www.oltrecomics.com/home/it/comic/new-rebels-0-cover/"></a><br>
    							<a title="" class="navi navi-first-in" href="http://www.oltrecomics.com/home/it/comic/new-rebels-0-cover/"></a><br>
    							<a title="" class="navi comic-nav-previous navi-prev" href="http://www.oltrecomics.com/home/en/comic/new-rebels-0-page-12/"></a><br>
    							<a title="" class="navi navi-prev-in" href="http://www.oltrecomics.com/home/it/comic/new-rebels-0-pag-12/"></a>
    					</td>
    <td class="comic_navi_center">
    					<a title="Comments" class="navi navi-comments" href="http://www.oltrecomics.com/home/it/comic/new-rebels-0-pag-13/#comments"><span class="navi-comments-count">0</span>Comments</a>
    				</td>
    <td class="comic_navi_right">
    						<span class="navi navi-next-in navi-void">Next ]></span><br>
    							<span class="navi navi-next navi-void">Next ></span><br>
    							<span class="navi navi-last-in navi-void">Last ]>></span><br>
    							<span class="navi navi-last navi-void">Last >></span>
    					</td>
    </tr>
    </tbody></table>
    Thread Starter oltrecomics

    (@oltrecomics)

    I’d like to see all the buttons on the same line.

    Ok I think you should ask on the plugin support forum 😉

    Thread Starter oltrecomics

    (@oltrecomics)

    The addition of the br tag is not due to comic easel plugin, but is caused from the theme customizr.
    I’ve tried to use comics easel plugin with another themes and, as I supposed, none of these add tags br

    Ok,
    well I don’t know how to reproduce that issue, don’t know how to create a comic and so on..
    I suppose that navigator is from a widget, right?
    Cannot understand why customizr should filter the widget to place these br.
    But, you can “hide” them with this css:

    .comic_navi_wrapper br {
        display: none;
    }

    Thread Starter oltrecomics

    (@oltrecomics)

    Yes, that navigator is from a widget.

    Now “Comic Easel Navigation” works well.
    thank you very much 🙂

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Hot to remove BR tag’ is closed to new replies.