Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1109591

    Hi there,

    Love working with this theme, but need help again. This time with breadcrumbs. I managed to make the background white, but that was it.

    I have tried a bunch of solutions given here on how to:
    1) reduce the height of the breadcrumbs bar for it to take up less real estate at the top of the page.
    2) move the breadcrumbs to the left side of the screen. I’m not using pages titles on pages.

    Haven’t found a working solution yet. What would be a current working css to accomplish these two things?

    Thanks!

    #1109749

    Hey Court_2,

    Please try the following in Quick CSS under Enfold->General Styling:

    .title_container .container {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 46px;
    }
    
    .title_container .breadcrumb {
        right: auto;
        left: 20px;
    }
    

    Best regards,
    Rikard

    #1109923

    Thanks Rikard,

    That moved the breadcrumbs to the left, but the container size didn’t change nor did the padding go away. Can you think of anything else?

    #1110080

    Hi Court_2,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .title_container .container {
        padding-top: 0px;
        padding-bottom: 0px;
        min-height: 30px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1110372

    Hi Victoria,

    While this produces the desired result on Microsoft Egde, it doesn’t seem to work on Google Chrome. Is there something that should still be added?

    #1110469

    Hi Court_2,

    Could you please clear the cache, check again and get back to us.

    Could you please attach some screenshots of what it looks like on your end?

    Best regards,
    Victoria

    #1110518

    Hi Victoria,
    Yes, I always purge cache when I make a change. Made the change yesterday and on Bing it was instant. Been checking the site at least once an hour today. When I checked it just now, the change had happened. Good old Google is just slow… Thank you once again! This can now be marked solved.

    #1110611

    Hi,

    Great, I’m glad that you got it working and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Breadcrumbs bar – Reduce height and move text to left’ is closed to new replies.