9 support issues
For additional help, check out the developer's support site.
- All
- Questions
- Suggestions
- Problems
Ігор Мазурик
Nov 13, 2020
May be the plugin has a bug
There are no lines if the site with vue.js and running on the local host. Same site on the server is showing in browser with baseliner without any problem.
natalia borzio
Jul 20, 2020
domanda imps aumento pensioni invalidità
non riesco a connettermi al sito imps
prakash babu Dontikurti
Apr 19, 2020
My application layout gets distorted when I tun on the Baseliner extension.
My application layout gets distorted when tun on the extension. It was working fine around 2 weeks back, but it is failing can you please help to fix this issue. It is such a helpful tool and I miss this.
Paul Barrington
Feb 26, 2018
Just stopped working on localhost
Hi, I love your app.
I think a recent Chrome update has stopped this working on localhost pages. I'm developing using XAMPP and now the baseliner doesn't print grids. Any ideas?
Irina Extguru
Oct 19, 2017
Browser extention monetization
Hi Pedro,
I represent the company Ext.Guru, the leading system of browser extention monetization. Currently Ext.Guru is the most advanced platform for profitable cooperation. For our partners we have different monetization settings: soft, mid and max.
Why us:
-Without slightest efforts you can secure yourself a high salary.
-Payments are made upon request without delays and without a minimum requested amount.
-Choose the payment system that is preferable for you.
-Responsive support service will answer all your questions.
-Real-time detailed statistics.
-Faults and interfernces in the system are excluded.
-Profitable Referral Program.
Along with Ext.Guru your extension "Baseliner" will become a reliable guarantor for maximum profit for you.
If you are interested in our offer or have questions and/or requests, please contact us:
Sk: extguru
Jabber: extguru@jabber.ru
ICQ: 654784658
E-mail: support@ext.guru
Best Regards,
Ext.Guru Team!
Andrea Verlicchi
Sep 12, 2017
Double grid
Hi Pedro,
I suggest you to make the double grid available.
So for example, if the grid pace is 27px, I want to have an additional line at 13.5.
Since background-image doesn't support half pixels, I had to do it this way on my website:
```scss
.baseline-grid {
position: relative;
height: auto;
&:after {
background: linear-gradient(rgba(204, 204, 204, 0.7) 1px, transparent 1px) left top / 1px $base-line-height;
position: absolute;
top: 0;
left: 0;
content: " ";
right: 0;
bottom: 0;
z-index: 1;
}
&:before {
background: linear-gradient(rgba(204, 204, 204, 0.4) 1px, transparent 1px) left top / 1px $base-line-height;
position: absolute;
top: $base-line-height / 2;
left: 0;
content: " ";
right: 0;
bottom: 0;
z-index: 1;
}
}
```
I hope you can integrate this.
Carlos Enrrique Marulanda López
Oct 30, 2016
pantalla
La pantalla disminuyó el tamaño
Mary Castro
Oct 24, 2016
chrome desktop setting from dispaly
i like to know what app will help me make my pictures vertical on the wallpaper
Izel Nakri
Apr 17, 2016
Please support decimals
Bootstrap 4 navigation height is 54px. This I would really like to set the baseline 13,5 px. Please add this feature!