Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #179909

    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.

    #179932

    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

    #179983

    SWEEEEET. As always, you guys are awesome.

    #180020

    @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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Moving breadcrumbs to underneath the page title’ is closed to new replies.