Tagged: alignment, breadcrumbs
Just like you guys have it on this website, how can I move the breadcrumbs to underneath the title? I wish I knew how to read CSS code in the source (if there is even a way) so I would be able to figure it out on my own–but thank you so much for your help.
Hey Mayer!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container .breadcrumb { left: -2px; top: 90%; }
.title_container { height: 70px; }
Best regards,
Yigit
SWEEEEET. As always, you guys are awesome.
@mayerkim87 Lookup the Firebug addon for the Firefox browser. It resides in the browser toolbar and gives a host of tools for viewing what’s happening in the browser. You can mouseover images and elements and the CSS rules will be highlighted in a sidebar window in your browser. I would suggest you watch some Youtube tutorials about how to use it first because it can be a tad daunting until you know what you’re looking for. I know CSS pretty dang well and it can still be a bit difficult to figure out nested rules like you have in Enfold. Without Firefox or some other tool, you are truly wasting a bunch of time shooting in the dark.