Viewing 7 reply threads
You must be logged in to reply to this topic.
With the boxed layout, I notice that whenever a page is resized (browser restore / maximize), it causes a visual issue on the right of the design (screenshot below).
I also tried using the parent theme with no altered CSS and I had the same results.
[caption id="" align="alignnone" width="1617"] Visual issue after resize[/caption]
If you can provide any assistance to address this issue, it would be much appreciated.
Thank you.
Hello,
Please add this code into your custom css box:
@media (min-width: 1101px){
.container {
min-width: 1100px !important;
}}
Let us know.
Best regards!
Hello,
I just wanted to check in to see if you might have some additional ideas to address this issue.
Thank you.
Hello,
Sorry for the late reply.
I have edited the code to this:
@media (min-width: 1600px){
#content {
min-width: 1100px !important;
}}
We will fix this in future updates.
Best regards!
Unfortunately, I am still seeing the same issue.
I emptied the cache both from the application side as well as from the browser side to make sure.
Hello,
Please go to Tower -> Layout -> make boxed content width (with %): 100%.
Let us know.
Best regards!
You must be logged in to reply to this topic.