• Resolved Nexusway

    (@detoxdave)


    Just trying to make the layout less “FAT” and I can only imagine
    that it is these repeating Paragraph Tags.

    What is the easiest way to remove these from appearing?
    Thanks
    Dave

    <div class="col-xs-12">
            <div class="row sln-steps-description sln-service-description">
                <div class="col-md-12"><hr></div>
                <div class="col-sm-1 col-md-1 hidden-xs hidden-sm">&nbsp;</div>
                <div class="col-md-9">
                    <label for="sln_services_492">
                       <p></p>
                                                <span class="sln-steps-duration sln-service-duration"><small>Duration:</small> 01:30</span>
                                        </label>
                    <!-- .sln-service-info // END -->
                </div>
            </div>
        </div>

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dimitri Grassi

    (@wordpresschef)

    Hi,

    the right way is to use CSS trying overriding our default css.

    Thread Starter Nexusway

    (@detoxdave)

    Thank you – that was my thought as well and I read through the CSS and
    didn’t see anything appropriate for simply overriding where-ever the snippet
    is that declares write a “<p></p>” otherwise I would have tried to modify it.
    I’m not a pro at modifying CSS

    The Paragraph is totally unnecessary (for me) and just bulks up the layout so that 20 Services takes up 40 extra lines – just looks huge

    Thanks

    David

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Tags’ is closed to new replies.