Moving the position of the orange quote do hicky

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Mar 24, 2016 6:09 pm
Reply with quote
Report this post
Hey guys,
I've got this site at www.ritchshydner.com and I've got a custom HTML module for the "A Comic's Comic" part.

How do I get the orange quote closer to the actual quote and not be left aligned?

Thanks!

Sean
User avatar
Gold Boarder

GK User
Fri Mar 25, 2016 10:41 am
Reply with quote
Report this post
Hi, GoneGator sorry to bother and intercept your post for a quck question - what is the header slider component that you're using on your site - that is very nice ! Thanks! AG.
User avatar
Junior Boarder

teitbite
Wed Mar 30, 2016 3:07 pm
Reply with quote
Report this post
Hi

Please add this to override.css:

Code: Select all
blockquote {
    display: inline-block;
}


@andrea.gatti this extension is Image Show GK4.
User avatar
Moderator

GK User
Mon Apr 18, 2016 7:34 pm
Reply with quote
Report this post
Hi Andrea, It's the Gavick Image Show GK4! Love it!

GoneGator wrote:Hey guys,
I've got this site at http://www.ritchshydner.com and I've got a custom HTML module for the "A Comic's Comic" part.

How do I get the orange quote closer to the actual quote and not be left aligned?

Thanks!

Sean
User avatar
Gold Boarder

GK User
Mon Apr 18, 2016 7:36 pm
Reply with quote
Report this post
Hi Andrea, it's the Gavick Image Show GK4

andrea.gatti wrote:Hi, GoneGator sorry to bother and intercept your post for a quck question - what is the header slider component that you're using on your site - that is very nice ! Thanks! AG.
User avatar
Gold Boarder

GK User
Mon Apr 18, 2016 7:39 pm
Reply with quote
Report this post
Thank you Teitbite! Can you tell me how to darken the text in the mainbody section? It's a little hard to read.

teitbite wrote:Hi

Please add this to override.css:

Code: Select all
blockquote {
    display: inline-block;
}


@andrea.gatti this extension is Image Show GK4.
User avatar
Gold Boarder

GK User
Mon Apr 18, 2016 7:41 pm
Reply with quote
Report this post
Actually, all the articles font color? Thank you!


GoneGator wrote:Thank you Teitbite! Can you tell me how to darken the text in the mainbody section? It's a little hard to read.

teitbite wrote:Hi

Please add this to override.css:

Code: Select all
blockquote {
    display: inline-block;
}


@andrea.gatti this extension is Image Show GK4.
User avatar
Gold Boarder

teitbite
Thu Apr 21, 2016 2:07 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
body {
    color: #000;
}
User avatar
Moderator

GK User
Thu Apr 21, 2016 4:58 pm
Reply with quote
Report this post
Thank you! I did this and it still looks grey on the home page and articles.

teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
body {
    color: #000;
}
User avatar
Gold Boarder

teitbite
Mon Apr 25, 2016 2:03 pm
Reply with quote
Report this post
Hi

Now when this code is there I can tell that it only affects articles, for modules it has to be extended:

Code: Select all
body, .box, .nspMain.grid-big-img .nspText {
    color: #000;
}
User avatar
Moderator


cron