Quote - HTML Modul

GK User
Tue Aug 16, 2016 9:58 am
Hello,
Using Joomla 3.5.1, Virtuemart 3.0.16, PHP Version 5.6.20, Storefront version 3.20.1

I have added a new html modul like "What our client says" and copied the html code from your quickstart storefront and changed text. I think the left quote " is to far from text.
How can I get the left " to follow the text I paste.

Please have a look at http://quick.danrider.dk/ and scroll down to What our client says.
User avatar
Junior Boarder

teitbite
Fri Aug 19, 2016 12:57 pm
Hi

That's odd. Please send me an access to FTP. I need to try couple of things before I'll be able to come up with a fix.
User avatar
Moderator

GK User
Mon Aug 22, 2016 10:33 am
Hi teitbite,

I have send you a pm with ftp info
By the way the before " looks ok on mobile device
User avatar
Junior Boarder

teitbite
Thu Aug 25, 2016 12:04 pm
Hi

I've added this css to Your override.css file. Hope it looks ok now.

Code: Select all
blockquote p::before {
    color: #f5f5f5 !important;
    content: "“";
    display: inline-block;
    font-size: 60px;
    font-style: italic;
    left: -10px;
    line-height: 0.1;
    padding: 0 15px 0 0;
    position: relative;
    top: 0;
    transform: rotate(180deg);
}

blockquote::before {
 
  display: none;
}

blockquote {
  padding: 0;
}

blockquote > small {
  margin-left: 0;
}
User avatar
Moderator

GK User
Fri Aug 26, 2016 1:51 pm
Thanks teitbite - it looks okay now :)
User avatar
Junior Boarder

teitbite
Sat Aug 27, 2016 11:53 am
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron