How can I get a Bigger header size? I have width set, but I’d like it even bigger…
Thx!
How can I get a Bigger header size? I have width set, but I’d like it even bigger…
Thx!
Hi There,
Thank you for writing in, are you working on that site below? Do you want the ALLEN WEST banner to go fullwidth? If so, please add this to Theme Options > CSS
.x-brand img {
max-width: 100%;
}
Your site is under a caching and optimizer, make sure you clear both after you added the code, or else you won’t see the changes immediately.
Hope it helps,
Cheers!
I deleted cache after adding code as suggested, and the autopitimize too, but I still see the banner the same size as it was. Cleared my browser cache, and even tried a different browser…all the same result.
Hi @ABWosp,
Please change this CSS
.x-brand img {
width: 1000px;
}
to this
.x-brand img {
width: 100%;
}
The 1000px is what limits it.
Thanks!
Hi,
Please feel free to get in touch with us regarding any further queries about X and Cornerstone.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.