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
blockquote {
display: inline-block;
}
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
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.
teitbite wrote:Hi
Please add this to override.css:
- Code: Select all
blockquote {
display: inline-block;
}
@andrea.gatti this extension is Image Show GK4.
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.
body {
color: #000;
}
teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
body {
color: #000;
}
body, .box, .nspMain.grid-big-img .nspText {
color: #000;
}