Forum replies created

    Daniel Jones
    Spectator
    Posts: 148
    August 22, 2016 at 11:46 pm #29931

    Hi Sue,
    Thanks for keeping in touch with us.

    That is a bit weird, I must say.

    You could, however, try to use CSS instead of the boxes to control your padding, so you may use padding-left, padding-right, padding-top, padding-bottom for the various different types of padding.

    Please let me know if this helps.
    Kind Regards.

    Daniel Jones
    Spectator
    Posts: 148
    August 22, 2016 at 5:33 pm #29925

    Hi Chris,

    Thank you for reaching out to us.

    Hmm, I might need to have access to your backend to have a closer look at this. Could mind sharing temporal login details to your site’s admin dashboard, please? Also, kindly confirm if you missed a step while setting up portfolio as detailed here:

    https://theme4press.com/docs/setting-up-the-portfolio/

    Hope to hear from you soon.

    Daniel Jones
    Spectator
    Posts: 148
    August 22, 2016 at 4:54 pm #29924

    Glad to be of help Anton. 🙂

    Please do let us know if need further assistance.

    Happy to help.

    Daniel Jones
    Spectator
    Posts: 148
    August 22, 2016 at 4:44 pm #29922

    Hi Anton,

    To have the CSS code affect all the pages. You can just remove the page-id part in the CSS code. Here is a quick example:

    /* Padding for the headings */
    .t4p-content-boxes .heading .content-box-heading {
    padding-left: 20px;
    color: aqua;
    }

    Please let me know if that helps. 🙂

    Daniel Jones
    Spectator
    Posts: 148
    August 22, 2016 at 3:17 pm #29920

    Also, please note that I have added the page id to affect only that page.

    Regards,

    Daniel Jones
    Spectator
    Posts: 148
    August 22, 2016 at 3:15 pm #29919

    Hi Anton,

    Thank you for keeping in touch.

    We can apply the following CSS codes to add padding for the content box. Kindly add the CSS code in your Custom CSS section Theme options> Custom CSS.

    /* Padding for the headings */
    .page-id-397 .t4p-content-boxes .heading .content-box-heading {
    padding-left: 20px;
    color: aqua;
    }

    /*Padding for the content*/
    .page-id-397 .t4p-content-boxes .col .content-container {
    padding-left: 20px;
    color: aqua;
    }

    Kindly change aqua to your desired font color.

    Let me know if this helps.

    Daniel Jones
    Spectator
    Posts: 148
    August 22, 2016 at 10:40 am #29912

    Hi Jeremy,

    Thanks for reaching out to us again.

    Kindly could you ensure that all the pending updates are done, then check again if the issue is resolved.

    Let me know how it goes.

    Daniel Jones
    Spectator
    Posts: 148
    August 20, 2016 at 3:55 pm #29890

    Hi Jeremy,

    Thank you for writing to us.

    Yes, I see the issue. It gets triggered when trying to type the email address. I see you are using Jetpack plugin to add the Share button. Could you kindly share some login details to your site so I can take a closer look at this?

    Let me know.

    Daniel Jones
    Spectator
    Posts: 148
    August 18, 2016 at 6:40 am #29842

    Hi again Sam,

    Daniel here. Please try this custom CSS:

    
    

    .content.singular.page {
    padding-top: 0px;
    }

    Put the custom code into Dashboard > Appearance > Theme Options > CUSTOM CSS.

    I hope this helps!

    Daniel Jones
    Spectator
    Posts: 148
    August 17, 2016 at 1:51 pm #29826

    Hi Sam,

    Try out the following code:

    .entry-content h1 {
    text-align: center!important;
    }

    I hope that helps.