with responsive design overlaps the sidebar. I find in the css not gone the way I can change that. Can you give me a tip.
many thanks in advance.
Regards
Patrick
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi Patrick,
You can fix by add this code to custom css (in theme settings)
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
white-space: normal;
}
many thanks!! it worked ... Thank you