I love the John theme!
I am having a bit of trouble with the GK News Show Pro on my site: http://sekely.co/
1. The background is not showing in the full div of the widget
2. I have tried css styles to get the title to work like in the demo, but nothing is working.
3. No matter what I put in the settings of the widget, the text, author date etc. always shows up.
4. I have gotten the whole thing to move right to left (RTL language) using the override.css, but I am not sure if I did it right.
- Code: Select all
.gk-nsp {
direction:rtl;
}
.gk-nsp-arts-nav ul,
.gk-nsp-links-nav ul {
float: right;
}
.gk-nsp-arts-nav ul li,
.gk-nsp-links-nav ul li {
float: right;
}
.gk-nsp-next,
.gk-nsp-prev {
float: right;
margin: 0 2px;
}
.gk-nsp-next:after,
.gk-nsp-prev:after {
float: right;
}
.gk-nsp-art-page {
float: right;
}
.gk-nsp-art {
float: right;
}
Thank you for your help!
Sarah