Reply To: Problems in Factory Pro template

Home Forums Support Problems in Factory Pro template Reply To: Problems in Factory Pro template


Hi Agustin,

“1) Menu bar is not visible in mobile phones, how can I fix it?”
Could you pls share you site so I can check?
“2) Slider title is too big when is shown on mobile phones, how can I make it smaller?”
You can set the font size using media queries like so

@media only screen and (max-width: 599px) {
//code here
}

“3) There is another plugin or module to make bigger the mail box? ( the box where you can write an e-mail)”
You can find more here https://extensions.joomla.org/category/contacts-and-feedback/email/
“4) Can I make the social icons bigger?”
Add css code below into custom.css file
.top-bar .social ul li a {font-size: 20px;}
“5) Do you have some plugin like E-shop or Virtuemart? Compatible with the template?”
Our template working fine with VM or J2store without problem. Just not support “extended style”