- This topic has 11 replies, 3 voices, and was last updated 3 years, 4 months ago by
David.
-
AuthorPosts
-
September 25, 2019 at 4:00 pm #1019116
johnaps
Hello,
i started using a quickview plugin but the css in the popup is all messed up as you can see in my site…
I tried a few things in css but didnt accomplish anything.
Can you help me to get it to look like the popup in the plugins demo?September 25, 2019 at 4:44 pm #1019129Leo
StaffCustomer SupportHi there,
Have you contacted the plugin support first?
Let me know 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 25, 2019 at 5:07 pm #1019133johnaps
I have contacted them but i havent got an answer back…
If it is a complex problem, let me know and i ll reopen this ticket tommorow, if i still havent got an answer!Thank you in advance!
September 25, 2019 at 5:21 pm #1019142Leo
StaffCustomer SupportI’m not sure if it’s a complex problem but GP itself shouldn’t interfere with the plugin’s style.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 25, 2019 at 5:48 pm #1019155johnaps
When i mess around with css though browsers developer tools i manage to fix it the way i want… but i cant get the correct code adjustments on costumize/ extra css…
September 25, 2019 at 6:44 pm #1019178Leo
StaffCustomer SupportYou should be able to copy and paste the CSS from browser inspect tool into Additional CSS field in the customizer – Unless the plugin is using
!important
or sometimes you need to make it more specific.Is your CSS getting overwritten? You should be able to tell from browser inspect tool as well.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 26, 2019 at 4:52 am #1019478johnaps
i found out in the inspection tool that when i disable the width in the following line position gets corrected but tried copying paste a few things in the customizer, that should have worked nothing gets done… It’s as if the bellow css code is overwritting my implemented css code…
element.style {
width: 556px;
}html first line looks like this { div class=”xt_wooqv-item-info” style=”width: 556px;” }
September 26, 2019 at 5:18 am #1019503David
StaffCustomer SupportHi there,
better that you fix the problem with the plugin.
The issue is your site is calling the .scss style sheet which is why its failing:I don’t know why its doing that – you can see the request was originally the CSS file which is whats required.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 26, 2019 at 5:25 am #1019505johnaps
Ok thank you very much for your help!
I ll send them all this information and see what they can do.Much appreciated!
September 26, 2019 at 5:33 am #1019511David
StaffCustomer SupportYou may want to uninstall and re-install the plugin – can’t see why the request for style sheet changed.
Glad to be of help.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 26, 2019 at 5:50 am #1019519johnaps
I simply unistalled and re installed it… but nothing! Thank you though!
September 26, 2019 at 5:52 am #1019521David
StaffCustomer SupportVery odd. Hope you find the solution.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.