Hi
Did you ever manage to fix this? I’m looking for a fix too.
Thanks in advance!
Hi,
Could you guys explain this issue to me? We recently acquired this theme, so we will love to get some info on this issue so we could fix it. 🙂
Regards,
Hardeep
Hello,
I hope there will be an answer soon. Very curious!
Hi,
Again, please explain the issue to us so we could investigate it. 🙂
Regards,
Hardeep
Well, for me it’s an issue with the way the responsive width applies.
In css you have this code:
@media (min-width: 1200px)
#primary {
}
@media (min-width: 1200px)
.col-lg-9 {
width: 75%;
}
But I want to make this smaller.
It worked on the other @media, but when I change it for the desktop, it automatically adjust the sidebar in proportion to the main content. I’ll get spaces then between my icons/menu in the sidebar.
testlink
thanks in advance!
Jurgen
Alright, thanks for explain it. I’m forward this issue to our developers and we will try to fix it in an upcoming release. 🙂
Regards,
Hardeep
Hello,
If you want to change the width of the Flat theme you should change this:
#page {
max-width: 1000px;
}
@media screen and (max-width: 1200px) {
.container {
width: 1000px;
}
}
Regards,
Rodica