Support Online: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

lock Boxed theme is not responsive

More
9 years 6 days ago #3308 by tajana mrazovic
hello, i have a problem with boxed theme - please see look on image.
menu icon is lacking and design does not fit the frame.
Attachments:
The topic has been locked.
More
9 years 6 days ago #3313 by Tinh Nguyen
Hello!

Thank for contacting us!
Oh, I saw the problem on yoursite.
Please send me link of your site and your admin account via private message. I will check for you soon.

***************
Best Regards,
T
The topic has been locked.
More
9 years 5 days ago #3333 by tajana mrazovic
it is also visible on demo theme: demo.joomlaux.com/#creative
then click - Home - Boxed layout
then choose tablet view.
Attachments:
The topic has been locked.
More
9 years 5 days ago - 9 years 5 days ago #3342 by Tinh Nguyen
Hi Pihpuh,

Thanks for getting back.
This is the issue of our template.
We will fix this error in the upcoming updated version soon.
Now I guide you to fix this issue.

You need to add the following code in the custom.css file.
The path of custom.css file.
{yoursite}templates/jux_creative/css/custom.css

.boxed .t3-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .boxed .t3-wrapper {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .boxed .t3-wrapper {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .boxed .t3-wrapper {
    width: 1078px;
  }
}
@media (min-width: 768px) {
  .boxed .t3-wrapper .t3-header {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .boxed .t3-wrapper .t3-header {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .boxed .t3-wrapper .t3-header {
    width: 1078px;
  }
}
@media (min-width: 768px) {
  .boxed .t3-wrapper .t3-header.affix {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .boxed .t3-wrapper .t3-header.affix {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .boxed .t3-wrapper .t3-header.affix {
    width: 1078px;
  }
}

If the custom.css file doesn't exist in the css folder, please create it and add the above code.

Please check again and feedback for me.

***************
Best Regards,
T
Last edit: 9 years 5 days ago by Tinh Nguyen.
The following user(s) said Thank You: tajana mrazovic
The topic has been locked.
More
9 years 4 days ago #3366 by tajana mrazovic
works as charm now
The topic has been locked.
More
9 years 4 days ago #3371 by Tinh Nguyen
Hi again,

Thank you for giving me the feedback.

That’s great.

***************

Best Regards,
T
The topic has been locked.
Moderators: Jackie
Time to create page: 0.042 seconds
Powered by Kunena Forum