Forum replies created
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.
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.
Glad to be of help Anton. 🙂
Please do let us know if need further assistance.
Happy to help.
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. 🙂
Also, please note that I have added the page id to affect only that page.
Regards,
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.
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.
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.
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!
Hi Sam,
Try out the following code:
.entry-content h1 {
text-align: center!important;
}
I hope that helps.