Walrus Posted November 23, 2014 Share Posted November 23, 2014 (edited) Hi -- How can I force breadcrumbs to show below the menus (Personal User, Business User, etc) and above the categories on the left? I have attached a screenshot to illustrate. Am using default theme. Here is the URL: www.keyword-catalog.com Thanks. Edited November 24, 2014 by Walrus (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted November 24, 2014 Share Posted November 24, 2014 global.css, line 5260 add clear:both to the #columns element 1 Link to comment Share on other sites More sharing options...
Walrus Posted November 24, 2014 Author Share Posted November 24, 2014 Thanks, Nemo. Now breadcrumbs appear where I think they should. Is this an oversight in the CSS or something I changed without knowing consequences? Link to comment Share on other sites More sharing options...
vekia Posted November 24, 2014 Share Posted November 24, 2014 you tried to create full width template to fit to the screen ? there are still several things to change too. @media (min-width: 1200px) .container { max-width: 1170px; } it looks a little strange Link to comment Share on other sites More sharing options...
Walrus Posted November 24, 2014 Author Share Posted November 24, 2014 Vekia, could you be a bit more specific. For example, where in global.css should I add your suggestions? I know just enough CSS to be dangerous! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now