It seems you keep changing the code every few minutes ?? but from what I tried, this is what works –
1) You need to increase the width of the div that holds the closing quotation marks.
You have it in this div and should add something like this:
.col-sm-2 {
width: 100%;
}
Now that you’ve maximized the width of the div, by maintaining
.quote-pic-right-sm {
float: right;
}
You should have the quotation marks in the general area you were wanting. Now, just need to make minor tweaks to get the exact position you want. Hope that helps.
-
This reply was modified 8 years, 4 months ago by
kosmicbird.