There are times where your tab width's need to be crushed down a bit to make your navbar operate in a more visually appealing way for your users who browse your site's using their devices that utilize ResponsiveNarrow renderings.
I found this useful on my site primarily for logged-in users when...
This will make your results now appear as such
In template replace wf_widget_poll_block_result with the following.
<xen:edithint template="wf_default.css" />
<xen:edithint template="polls.css" />
<style type="text/css">
.widget-poll .pollBlock .pollResult h3.optionText {
text-overflow: inherit...
Steps
Decide which node to modify: locate its ID in ACP > Applications > Node Tree > {desired category}, check URL for the ID, see below:
In this example it's 47.
Open EXTRA.css in ACP > Appearance > Templates > {desired style} > EXTRA.css
Insert the following code:
.nodeList .node_47...
Requirements for this customizations: [SSD] Thread Info
With code below you'll change this look:
... to that:
Add code below to EXTRA.css template:
/*** Thread Info Add-on customization ***/
.ssd_threadinfo2 {
border: 0 !important;
padding: 0 !important;
background: none !important...
Instead of this:
... have this:
Add code to EXTRA.css template:
.navTabs .publicTabs {
float: right !important;
}
.navTabs .visitorTabs {
float: left !important;
}
This resource is not affiliated with XenForo Ltd.
A lot of people have commented on the appearance of the WYSIWYG / Tiny MCE editor.
Well here's a very simple edit which makes it blend in a bit better to the default style, matching the border radius settings of other elements.
Even the menu...
Add at very very bottom to EXTRA.css template of your style:
/* <----- start FONTS ------->*/
@font-face {
font-family: 'ecliptic';
src: url('./styles/default/xenforo/fonts/ecliptic.eot');
src: url('./styles/default/xenforo/fonts/ecliptic.ttf') format("truetype")...