Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor alexanderzagniotov

    (@alexanderzagniotov)

    Can you provide a link to the live site?

    Thread Starter JayG30

    (@jayg30)

    Sure, you can see it HERE on a test server where I’m using a theme and also on a completely fresh wordpress install HERE.

    Hoping I can resolve this as I really like the plugin and it does exactly what I’d want.

    Plugin Contributor alexanderzagniotov

    (@alexanderzagniotov)

    CSS issues… Thanks

    Thread Starter JayG30

    (@jayg30)

    I figured it was a CSS issue, but couldn’t determine a way to quickly fix it.

    EDIT:
    Ah, I found it. If I remove the height on line 39 of style.css it works. The line goes from;

    .direction-controls-placeholder .dir-input .wp{
         height:18px;line-height:16px;
         margin:-1px -6px;padding:3px 5px;width:95%
    }

    To this;

    .direction-controls-placeholder .dir-input .wp{
         line-height:16px;
         margin:-1px -6px;padding:3px 5px;width:95%
    }

    You can check the first site on my test server and it should work now.

    Plugin Contributor alexanderzagniotov

    (@alexanderzagniotov)

    Yeah, it does not cause problems for me too – thanks for the fix

    Plugin Contributor alexanderzagniotov

    (@alexanderzagniotov)

    Included in 8.0.4. Please test

    Thread Starter JayG30

    (@jayg30)

    Updated the plugin and it still works. Thanks.

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

The topic ‘Directions section cut off’ is closed to new replies.