XenForo
Administrative
- Thread starter
- Admin
- #1
I want to make the Sub Navigation Row background color the same width as the Maximum Page Width: 1400px.
By default the Sub Nav Row seems to extend the full width of the window, wider than the Max Page Width.
I put this in the extra box for the Sub Nav Row:
and it did make it the proper width, but it was aligned to the far left of the window.
so I added this:
But that makes the box and text centered in the page and small, no...
Read more
ادامه مطلب...
By default the Sub Nav Row seems to extend the full width of the window, wider than the Max Page Width.
I put this in the extra box for the Sub Nav Row:
max-width:1400px;
and it did make it the proper width, but it was aligned to the far left of the window.
so I added this:
margin: auto;
But that makes the box and text centered in the page and small, no...
Read more
ادامه مطلب...