cgwhite wrote: I have this on our profile pages and many of our members are VERY old. Need bigger font size!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Bootstrap 4 uses rem font sizing. The way rem sizing works is it sizes based off its root element. This would be html element. Your template has likely set a small font size (12px most likely) on the html element of your site. This will cause all font in CB to be based off that. To fix this you need to fix your Joomla templates font size. Check if your template has a parameter for this or if your Joomla template allows custom CSS to apply your fix there.Hi guys, I noticed after the update to 2.2, the font has become very very small.
It's not possible for search inputs to expand outside the window. The backend is entirely responsive. If it is then you likely have some sort of styling conflict from a custom backend template or custom CSS you've added.Also notice that in User Management the Search box spreads wider than screen width which makes it almost impossible to see what you are typing in the search box.
Am not able to confirm and wouldn't have anything to do with Bootstrap 4 upgrade either. Please open a support topic if issue continues after ensuring everything installed is up to date.When entering a name in the box and pressing enter I get the following in a popup box:
xml name cbfr_usersbrowser_filter_plan_id is undefined. It is cbHideFields[0][0].
Yes, use more specific CSS. Frontend has container classes surrounding all the views. You can also use Joomlas .site selector to prefix your CSS to target frontend only. Examples as follows. This assumes your Joomla template is properly adding the base body classes.But that affects the backend as well as the frontend. Any way of just updating the frontend only.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.