×
Support Offline :
Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time:
Our Time:
Forum
JUX Member Forum - Restricted to Members Only
JUX Templates
JUX Creative
Boxed theme is not responsive
Boxed theme is not responsive
Less
More
Posts: 4
Thank you received: 0
9 years 8 months 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.
The topic has been locked.
Less
More
Posts: 149
Karma: 3
Thank you received: 17
9 years 8 months 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.
Less
More
Posts: 4
Thank you received: 0
Less
More
Posts: 149
Karma: 3
Thank you received: 17
9 years 8 months ago - 9 years 8 months 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
The topic has been locked.
Less
More
Posts: 4
Thank you received: 0
Less
More
Posts: 149
Karma: 3
Thank you received: 17
9 years 8 months 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.
Forum
JUX Member Forum - Restricted to Members Only
JUX Templates
JUX Creative
Boxed theme is not responsive
Time to create page: 0.085 seconds