Forum replies created
Hi again,
Daniel here, thanks for confirming.
Unfortunately, we haven’t been able to find the cause of the issue nor replicate it in our testing environment. Please use this custom CSS for a quick fix:
/*fix title placement on homepage*/
.home h1.entry-title {
padding-top: 30px;
}
/*fix sidebar placement on homepage*/
.home div#secondary {
padding-top: 40px !important;
}
Put the codes into Dashboard > Appearance > Theme Options > CUSTOM CSS.
Please let us know how it goes!
Hi Sue,
Thanks for reaching out to us!
That method is fine, you can also use the built-in Choose Header Type setting under Dashboard > Appearance > Theme Options > Header. You can see many header style options there.
Hope this helps!
Hi Sam,
Thanks for contacting us.
Kindly could you share with me the link to the page so that I can figure out the right custom CSS for you.
Looking forward to your reply.
Hi Sam,
Thanks for contacting us.
Kindly could you share with me the link to the page so that I can figure out the right custom CSS for you.
Looking forward to your reply.
Hi again,
Thanks for keeping in touch, I hope you are doing great!
You would paste and save the following CSS code in the Custom CSS section of our theme (Appearance > Theme Options)
/*change tab title font color and size*/
.t4p-tabs a.tab-link {
color: red !important;
font-size: 10pt !important; /*this is default value*/
}
/*content padding top gap*/
.content {
padding-top: 35px !important; /*this is the default value*/
}
You can use any popular color name for the value or use this online picker; http://www.w3schools.com/cssref/css_colors.asp.
Hope this helps!
Hi Sam,
Thank you for reaching out.
Hmm, custom CSS can come in handy styling this. Could you kindly share the link to this, so I can provide you with the appropriate CSS code?
Let me know.
Hi Yossi,
Thank you for the links.
We can use the following custom CSS to remove the sticky header on this pages. As Denzel had mentioned the page id is included to affect this pages only. Kindly paste the CSS code on your custom CSS section Theme Options> Custom CSS
/*Remove sticky header on 2016 photos page*/
.page.page-id-13610 #header.sticky-header.sticky {
display: none !important;
}
/*Remove sticky header on photos page*/
.page-id-46 #header.sticky-header.sticky {
display: none !important;
}
Let me know if this helps.
Hi Manfred,
Thanks for reaching out to us again.
I’ve tried to login with the credentials you shared but seem to be invalid. Kindly could you try them first then let me know so that I can be able to investigate the issue further from there.
Looking forward to your reply.
Hi Manfred,
Thanks for reaching out to us again.
Kindly could you share with me temporary login credential so that I can investigate the issue from there. You may delete or change the credentials after we’re done. Please ensure to mark the reply as Private.
Looking forward to your reply.
Hi Manfred,
Thanks for contacting us.
Kindly could you share with me the URL to the site so that I can figure it out and help.
Looking forward to your reply.