Thanks Joao,
How do I put the post title above my image in this post - http://datastorageinfo.com/9-easy-steps-replace-full-hard-drives-qnap-nas/
Many thanks,
Chris
Thanks Joao,
How do I put the post title above my image in this post - http://datastorageinfo.com/9-easy-steps-replace-full-hard-drives-qnap-nas/
Many thanks,
Chris
Hello @Elsey,
Thanks for updating thread.
Please add following JS code under X > Launch > Options > JS to display title above featured image:
(function($){
$('.single-post .entry-featured').insertAfter( '.single-post .entry-header' );
$('.single-post .entry-featured').css({'margin-top' : '20px', 'margin-right' : '0' });
})(jQuery);
Thanks.
Hi Prasant,
Thanks for that. Itβs working now.
How do I change the font size in articles and spacing etc?
Many thanks,
Chris
Hello @Elsey,
Thanks for updating thread.
Please add following CSS under X > Launch > Options > CSS to change font size:
.entry-wrap p {
font-size: 15px;
margin-bottom: 10px;
}
Thanks.
Hi Prasant,
Thank you so much for that.
Could you tell me how I can add a small font attribution under the picture in articles such as this - http://datastorageinfo.com/samsung-evo-850-ssd-need-trim-answered/
See attached image for where I would like the attribution.
Many thanks,
Chris
Hey Chris,
Regretfully, that is not possible or could not be achieved using simple CSS or JS. For that, you will need to hire a third party developer.
Thank you for understanding.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.