Travis Active member Jul 25, 2016 #1 Hi, I've asked the developers of this theme with no response. I have a couple of issues with my theme: As you can see, I have some page background sneaking in. Its not on every node though! Any ideas for fixing it?
Hi, I've asked the developers of this theme with no response. I have a couple of issues with my theme: As you can see, I have some page background sneaking in. Its not on every node though! Any ideas for fixing it?
teletubbi Well-known member Jul 25, 2016 #2 I visit your site. With android and google chrome. Don't have this issue. Upvote 0 Downvote
JustinHawk Well-known member Jul 25, 2016 #3 the link node is using padding : 0px due to which this issues is there, try adding this to your extra.css Code: .nodeInfo.linkNodeInfo { padding: 10px !important; } Upvote 0 Downvote
the link node is using padding : 0px due to which this issues is there, try adding this to your extra.css Code: .nodeInfo.linkNodeInfo { padding: 10px !important; }