Mobile view Joomla

alex463
4 Posts
alex463 posted this 13 November 2018

Hello,

I have a issue whit the mobile view in joomla.
The whole header is a mess.
I truly must say that i'm a little disapointed that there is always a issue in the mobile version.
I use Themler and artisteer a long time, whit artisteer it was never a problem, but in themler its always !!!
How can i solve this issue?
we want to get the site live .
http://d-sar.nl/d-sar
i hope it will be a quick fix

Hello, I have a issue whit the mobile view in joomla. The whole header is a mess. I truly must say that i'm a little disapointed that there is always a issue in the mobile version. I use Themler and artisteer a long time, whit artisteer it was never a problem, but in themler its always !!! How can i solve this issue? we want to get the site live . http://d-sar.nl/d-sar i hope it will be a quick fix
Vote to pay developers attention to this features or issue.
2 Comments
Order By: Standard | Newest
Vitaliy WD
490 Posts
Vitaliy WD posted this 13 November 2018

Themler is powerful tool, but you need to know some basics about front end development for best experience with it.
Themler based on Bootstrap - the most popular HTML, CSS, and JS library in the world, and Themler give you posibility to work with it in visual way, with GUI, without coding. But need to know how some parts of code works.

Try to look at Nicepage - this product based on Artisteer experience and there no need to know somthing specific like a how Grid system work, what is Absolute and Relative positions etc.

Themler is powerful tool, but you need to know some basics about front end development for best experience with it. Themler based on Bootstrap - the most popular HTML, CSS, and JS library in the world, and Themler give you posibility to work with it in visual way, with GUI, without coding. But need to know how some parts of code works. Try to look at [Nicepage][1] - this product based on Artisteer experience and there no need to know somthing specific like a how Grid system work, what is Absolute and Relative positions etc. [1]: https://nicepage.com

Last edited 13 November 2018 by Vitaliy WD

Support Team
Support Team posted this 14 November 2018

Hello Alex,

Currently your header is quite big for responsive mode and the menu can be re-positioned. We would like to help you editing the theme directly in Themler. Please, create a private ticket and provide temporary access to your site.

Meanwhile, adding this code to Home -> Settings -> Additional CSS can make the text in the header smaller and prevent overflow below the menu:

@media (max-width: 767px) {
.bd-textblock-20 {
  font-size: 24px!important;
  line-height:100%!important;
}}

Thank you
Gina
Themler Support

Hello Alex, Currently your header is quite big for responsive mode and the menu can be re-positioned. We would like to help you editing the theme directly in Themler. Please, create a private ticket and provide temporary access to your site. Meanwhile, adding this code to Home -> Settings -> Additional CSS can make the text in the header smaller and prevent overflow below the menu: @media (max-width: 767px) { .bd-textblock-20 { font-size: 24px!important; line-height:100%!important; }} Thank you Gina Themler Support
You must log in or register to leave comments