Home › Forums › Gravida Support › breadcrumbs Gravida pro
- This topic has 9 replies, 2 voices, and was last updated 5 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
March 21, 2019 at 3:38 pm #120003
Hi!
I like to have breadcrumbs on my website.
That is easy possible with SEO plugin Yoast see: https://kb.yoast.com/kb/implement-wordpress-seo-breadcrumbs/#utm_source=yoast-seo&utm_medium=software&utm_term=kb-breadcrumbs-how-to&utm_content=settings&utm_campaign=wordpress-support&php_version=7.0.33&platform=wordpress&platform_version=5.1.1&software=free&software_version=10.0.1&role=administrator&days_active=198But when I paste the code in header.php page.php or single.php the alignment is not good and a white strip appears above the header.
What is the best way to show breadcrumbs or how can I solve the problem?
Thanks,
SamMarch 22, 2019 at 6:24 am #120065Hi,
Show us your website URL please?
Regards,
ChrisMarch 22, 2019 at 7:25 am #120087Hi Chris,
https://www.keigaafbrabant.nl/
Regards,
SamMarch 22, 2019 at 8:47 am #120093Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
ChrisMarch 22, 2019 at 12:53 pm #120128Hi Chris,
I have put the code back for the breadcrumbs, so you can see the issue now on my website:
https://www.keigaafbrabant.nl/campings/
The alignment and the white stripe above the header.
And also a printscreen, hope it works: https://imgur.com/a/k0ZwXRc
Kind Regards,
SamMarch 22, 2019 at 12:58 pm #120130Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#breadcrumbs { margin: 0 auto !important; width: 950px; } #breadcrumbs span { margin-top: 30px; display: table; }
Regards,
ChrisMarch 22, 2019 at 1:35 pm #120134Thanks!!!
One more question, how can I get the breadcrumbs on one line?
See: https://www.keigaafbrabant.nl/campings/eurocamping-vessem/Regards,
SamMarch 25, 2019 at 5:27 am #120182Hi,
Remove
#breadcrumbs { margin: 0 auto !important; width: 950px; } #breadcrumbs span { margin-top: 30px; display: table; }
And add this new CSS there
#breadcrumbs { margin: 0 auto !important; width: 950px; } #breadcrumbs span { margin-top:10px; display: inline-block; }
Regards,
ChrisMarch 25, 2019 at 8:04 am #120213Hi Chris,
Thanks !!!
Regards,
SamMarch 26, 2019 at 7:07 am #120242Hi Sam,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/21/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.