• Resolved 3oh3

    (@3oh3)


    Hi guys, i know this one has been asked so many times before, but i did not find any fix so far.
    Curently i’m working on https://www.baidarius.lt and it has narrow white line along the whole home page. Could you please help me to remove this one? Actually i did page investigation using Chrome plugin, but i do not know where those code lines are located.
    I assume that those lines:
    <div class=”row”>
    <div class=”homepage-page-content col-sm-12″>
    <article id=”post-85″ class=”post-85 page type-page status-publish
    <div class=”entry-content”>
    have to be removed to fix my issue?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You’ll definitely want to familiarise yourself with CSS and your web browsers inspector. This should get you going:

    body.page-id-85 main#main > div.row {
        display: none;
    }

    More info on CSS and how to add it to a site here.

    Thread Starter 3oh3

    (@3oh3)

    jpurdy647 superb! Thank you so very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page white space issue.’ is closed to new replies.