brucesirisakd
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shipping zones wildcard not workingYes, for single zipcode w/ wildcard not within a range it works now using 352*.
Now the ranges are still having a problem. Will follow and hope a resolution comes soon.
Thanks Phil
Forum: Themes and Templates
In reply to: [Customizr] Customizr featured image is not resizing on mobileSame thing is happening to my featured page pictures too. When I view my homepage on my phone, there’s a vertical line on the left of the circle image of the featured page. It’s like the left side of the featured page full image that peeks outside of the circle to the left. I still haven’t found a fix for this.
Must look at it on the phone to see.
Here’s my site: http://www.bounbistro.com/Here’s a screenshot if not looking on the phone: http://www.bounbistro.com/img_3133/
Forum: Themes and Templates
In reply to: [Customizr] Fix line on left side of Featured Page ImageI just uploaded the screenshot to the media.
Here’s how it looks like on my phone.http://www.bounbistro.com/img_3133/
Thanks
Nevermind, false alarm. Didn’t know I could just put them in divs and use the bootstrap components pull-left, pull-right. Just in case someone wants to see how I fixed it here’s the code.
<div class="span6"> <div class="row-fluid"> <div class="pull-left"><strong style="text-align: left; color: #508E34">WOK BASIL WITH CHICKEN</strong></div> <div class="pull-right">8</div> </div>