Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Is this specific to your browser?

    Thread Starter thauknes

    (@thauknes)

    No.
    Tested with Safari, Firefox and Chrome.
    Strange thing the blue lines disappear upon refreshing…

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you give us step-by-step instructions of how to replicate this?

    Thread Starter thauknes

    (@thauknes)

    What I did was:
    – new page – front page template
    – pagebuilder – add new row – add Visual editor widget
    – adding text
    – duplicating the rows and changing text just for testing
    – publishing page – go to page – view source to get the #pg-246-1 2 3 4 5 links to the headers in each widget
    – testing in various browsers
    – getting blue lines on and off as described in previous post
    – testing with some custom css in the siteorigincss plugin:

    .widget:before {
      border: none !important;
    }
    
    .panel-grid-cell .widget-title {
      border-width: 0px;
      border-style: hidden;
      border-color: #ffffff;
    }
    
    .panel-row-style {
      border-width: 0px;
      border-style: hidden;
      border-color: #ffffff;
      margin: 0px;
      padding: 0px;
    }

    The css seem to have no effect so far…
    Would be interested to know if you can see the same behaviour in your browser?

    Thread Starter thauknes

    (@thauknes)

    Update.

    I tried to put the above links into a submenu – and now it works.
    It seems like this happened only when I just changed the last character (1-5) in the url and hit enter..
    A browser issue of some kind.

    Anyway it seems to work now.

    Thank you for you patience.

    Regards,
    Thor Hauknes

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

The topic ‘Blue lines between rows – pagebuilder’ is closed to new replies.