My site as a lot more blank space when view in 1920×1080 compared two 2 of my competitors. Can I change this?
You can see the sample screenshots below. Mine is the last one (interestinganswers.com)
https://i.imgur.com/YFfSbG3.jpg
https://i.imgur.com/fqeiLyH.png
MINE –> https://i.imgur.com/pyQxtso.png
Hi,
The theme width is fixed, a general width setting is not available and it is not recommended to make changes to it. On pages you can widen the content if necessary by stretching the rows or using full width grids
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
Also a website background image or color can be set, but take note that this will make the website boxed
– https://forum.tagdiv.com/background-introduction/
Thanks
Thanks. I understand that. I guess what I’m wondering is why is this theme so much skinnier than most others?
I had 40 people review my site, and 11 of them commented on it being too skinny on their resolutions.
BTW, I worked with a dev and came up with this. It works pretty well. Perhaps you could look at it, modify it, and consider it for future releases?
@media only screen and (min-width: 1500px) {
.td-boxed-layout .td-container-wrap, .td-boxed-layout .td-header-menu-wrap.td-affix {
width: calc(100% - 200px) !important;
}
.td-container, .tdc-row {
width: calc(100% - 100px) !important;
}
.td-ss-main-sidebar {
width: 400px !important;
}
}
@media only screen and (min-width: 1900px) {
.td-ss-main-sidebar {
width: 500px !important;
}
}
–
Ryan
https://InterestingAnswers.com
-
This reply was modified 8 years by
Ryansmccain.
-
This reply was modified 8 years by
Ryansmccain.
Glad you could find a solution to your liking. That was a decision made when the theme was created, the theme width by default is 1068px
– https://www.screencast.com/t/x9B8iA9WB1W8
This could only be changed with custom code or modifications to the theme stylesheet. More full width options may be implemented in the theme in future updates.