Hello Jerry...when i paste the code of this snippet on a page, it displays okay but it forces the content of that page to move to the left and make the fonts bigger in appearance. Is there a solution to this?
csng (0) - 6 years ago - Reply 0
It depends on what is already on your page, but I would assume that you need to move YOUR custom stylesheet AFTER the bootstrap stylesheet, so kind of like this:
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet">
<link href="YOURCUSTOMSTYLESHEETURL" rel="stylesheet">
That way the Bootstrap styles do not override your custom styles :)
jerryschrader (1) - 6 years ago - Reply 0
Hi Jerry,
I am having problems to Add your review code to my page in squarespace. I add the html code in a code block and the css part in the custom css tool. It does not look like the one showing up here. What can I do? Thanks!
oaviles (0) - 6 years ago - Reply 0
Have you linked to Bootstrap and jQuery? http://getbootstrap.com/docs/3.3/
jerryschrader (1) - 6 years ago - Reply 1
I paste "Bootstrap CDN" from the url that you gave me. The review block looks great, like here. Now the problem is that when I pasted "Bootstrap CDN" changed the font color of all my pages. Any solution?
oaviles (0) - 6 years ago - Reply 0
Make sure your custom stylesheet comes after the bootstrap link, so your custom styles handle the font colors.
jerryschrader (1) - 6 years ago - Reply 1
Thanks so much for your time and support. It is working fine!! :)
oaviles (0) - 6 years ago - Reply 0
No problem, and remember, this has the Rich Schema in it, so Google will pick them up and display the stars in search results!
jerryschrader (1) - 6 years ago - Reply 0