xenFracture Light Style [Paid] [Deleted]

As Shelley said, if you need help with the responsive add on, you'll need to get that from Arty, the author. As far as anything unique to the style itself, I can assist. :)

hehe it wasn't me suggesting it, though i would have. That was oman. avatars all look the same huh? :D
 
How do I get borders around my forum list and new post lists?

m_20131107-gfjo-113kb.jpg
 
Could also be a cache issue (keep refreshing) ctrl + F5 if you've uploaded the image or the sprite is in place.
 
The following will allow that by adding the following in extra.css template. Just style to your preference.

Code:
.forum_list .sectionMain {
  border: 0 solid #A5CAE4;
  border-radius: 0;
  padding: 0;
}

.nodeList .node.level_1 {border: 1px solid red; padding: 10px; border-radius: 5px;}
Screenshot_49.webp
 
Back
Top Bottom