Official support hours: from 9 AM — 6 PM Monday to Friday (GMT +2).
The support staff may not reply on technical inquiries on weekends; all requests will be answered necessarily during working days. Reply time: depending on the complexity of your issue, the answer can be provided between a few hours up to 48 hours. In the particular instances we will notify you if extra time will be required to solve the issue.

×

Notice

The forum is in read only mode.

Reducing the size of the user profile

8 years 11 months ago #57 by nigrex
I figured out text area issue and I must commend you guys Love your work. However I intend reduce the User profile box. It looks perfect on desktop , but looks really big on mobile displays.Any input or where I could get the input would be lovely
8 years 11 months ago #58 by Eugene S.
Replied by Eugene S. on topic Re: Reducing the size of the user profile
Hello nigrex,
What exactly do you mean under "reduce the user profile box"? Box width, font size, anything else?
Please provide more details about your problem - link on website where the problem occurs.

The problem potentially might be in Gavern framework. Gavick templates use !important rules in CSS for mobile version and as a result these rules override styles of our Kunena template. But we need to take a look at your working website first to make conclusion.

Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
8 years 3 days ago #157 by Dmitri
Replied by Dmitri on topic Re: Reducing the size of the user profile
Hello Eugene!
I have similar issue.
I'm looking for a way to reduce the font size in the user info box.
Can it be done separately for desktop and mobile templates?
That would already help.

Regards,
Dmitri
7 years 11 months ago #159 by shtier
Replied by shtier on topic Re: Reducing the size of the user profile
Hi Dmitri,
Could you take a screenshot, please?
In any case, you can open YOUR_SITE/components/com_kunena/template/rnd_kascetic/css/custom.css
and write any css rule for mobile
@media only screen and (max-width:767px) {
	/* for example */
	#Kunena div#kprofile-stats {
		font-size: 12px;
	}
}
Moderators: Eugene S.

Partners