Thank you for the fantastic (and much needed!) Mod Lynne.
Please could you clarify the syntax needed in the additional CSS please?
If for example I want to edit width of the search area that is under the '.navbar_search' selector in vbulletin.css...
Quote:
Originally Posted by vbulletin-chrome.css
.navbar_search {
position:relative;
width:180px;
bottom: 1px;
{vb:stylevar right}: -{vb:math {vb:stylevar padding}*2};
display:block;
}
|
Do I need to 'call' the specific css file to overwrite it in additional.css or simply place...
Quote:
Originally Posted by additional.css
.navbar_search {
position:relative;
width:200px;
bottom: 1px;
{vb:stylevar right}: -{vb:math {vb:stylevar padding}*2};
display:block;
}
|
...and it should automatically overwrite the original (when I inspect the page after making this alteration there is no change it is only using vbulletin-chrome.css)?
This clarification may help others so I look forward to hearing your response - perhaps you could provide an example of the structure of the additional.css?
Thank you in advance.