r3v0lution

Registered
Hey @Russ,
I have been messing around the last couple of days trying to get everything lined out without having to bother y'all, but I'm stumped on a few things right now.

Going off the code and advise you gave me on fixing my nav bar in the ticket response, I managed to get the advanced footer the same way (completely filling the content area in "boxed style"). And I used your responses from a thread a couple of days ago to do the same for the header area, using the LogoBlock.
Here is the header area in a full width browser:
iTJw25r.png


But this is what happens when it switches to a responsive view:
2AacsuO.jpg

The LogoBlock bg shifts to the right 10px or so a few pixels...

I could use some help fixing the font awesome icons on the nav bar as well. The "Alert" icon says its fa-bolt when inspecting element in Chrome, but its showing fa-map-marker.

Thanks in advance!
 
Never bothering us :)

Code:
#XenForo.Responsive #logoBlock .pageWidth {
padding: 0;
}

Would probably do it. XenForo does some weird stuff with the pageWidth padding in responsive. Stick that code in extra.css
 
Yep, that got it... What about the alert icon?
I could use some help fixing the font awesome icons on the nav bar as well. The "Alert" icon says its fa-bolt when inspecting element in Chrome, but its showing fa-map-marker.

I would also like to replace "Bookmark" with a bookmark icon, but couldn't figure out anything besides changing the phrase. And don't really want to do that..

Also, I just realized I posted it on XF.com and not here, I added code to the navigation_visitor_tab to put the FA icons in, but had to add icons for Post Rating in its own template. The result worked, but the icons and text seem closer together than all the others...

Any ideas?
 

Attachments

  • wpMqBLY[1].jpg
    wpMqBLY[1].jpg
    16.8 KB · Views: 22
you can use css to target each individual icon:

Code:
#AccountMenu .fa-cog {
margin-left: 5px;
}

To replace an icon you could just edit the template itself? The bookmark probably has a navigation template which includes into the user menu.

Try doing a search for: fa-bookmark

May help you find where it's located.

Here's a nice cheat sheet:
http://fortawesome.github.io/Font-Awesome/cheatsheet/
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back