Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    September 2, 2016 at 5:33 am #30144

    Hi Nick,

    Thank you for reporting this issue.
    Since 2 customer are experiencing this issue, this has to be a bug.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    September 1, 2016 at 2:01 am #30134

    You are welcome.
    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 1, 2016 at 1:57 am #30133

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    September 1, 2016 at 1:46 am #30132

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    September 1, 2016 at 1:35 am #30131

    Hi,

    You can use a page as static homepage and use content boxes shortcode.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    August 31, 2016 at 1:27 am #30111

    You are welcome!
    Credit goes to our developers!

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    August 31, 2016 at 1:26 am #30110

    You are welcome.
    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    August 31, 2016 at 1:25 am #30109

    You are welcome.
    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    August 30, 2016 at 9:46 am #30097

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    August 30, 2016 at 2:03 am #30095

    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