Tagged: breadcrumbs
-
AuthorPosts
-
June 12, 2019 at 8:50 pm #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!
June 13, 2019 at 7:02 am #1109749Hey 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,
RikardJune 13, 2019 at 5:00 pm #1109923Thanks 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?
June 13, 2019 at 8:52 pm #1110080Hi 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,
VictoriaJune 14, 2019 at 4:48 pm #1110372Hi 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?
June 14, 2019 at 8:19 pm #1110469Hi 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,
VictoriaJune 14, 2019 at 10:18 pm #1110518Hi 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.June 15, 2019 at 9:08 am #1110611 -
AuthorPosts
- The topic ‘Breadcrumbs bar – Reduce height and move text to left’ is closed to new replies.