Forum replies created
Hi Nick,
Thank you for reporting this issue.
Since 2 customer are experiencing this issue, this has to be a bug.
Thank you.
You are welcome.
Thank you
Hi,
You must know that the contents within an iframe is loaded directly from third party website.
In your case, your store is loaded directly from Amazon.
The codes of your store are not written with responsive in mind, the widths of all elements are written in fixed values and not in percentage.
The codes within an iframe is loaded directly from third party website, it’s not physically on your website.
It will not respond to your browser view port size.
It’s not possible to make it responsive.
Thank you.
Hi,
I had taken a look at your website in safari.
Your buttons in your content boxes are aligned.
http://image.prntscr.com/image/2e41de5eb5a5480ca419378bd7b17796.png
The position of buttons depends on the height of the content above it.
You can give the element above it a min-height, which is what Daniel had shown you.
Adjust the min-height of the content of the three boxes in order to maintain your button alignment.
Thank you.
Hi,
You can use a page as static homepage and use content boxes shortcode.
Thank you
You are welcome!
Credit goes to our developers!
Thank you.
You are welcome.
Thank you.
You are welcome.
Thank you.
Hi,
Our developer has logged into your website and fixed the issue.
http://www.wizzfx.com/our-work/
This fix will be added into our next theme version update.
Thank you.
Hi,
Please use the following in Theme Options -> Custom CSS
.page-template-portfolio-one-column-text .post-content {
padding-left: 20px !important;
padding-right: 20px !important;
}
Thank you