Hi,
I want to customize a template page made by a plugin “organize series”.
I want to add a sidebar for instance and change image size
I asked to developper of “organize series” but he told me it depends on theme
Could you help me ?
Best
Hey serge esteves,
to modify image sizes you can use this code inside Quick CSS field:
#top .fullsize .template-blog .big-preview img {
width: 60%;
}
and adjust as needed.
Customizing a template page of yours in not about Enfold theme, but about general WordPress behavior in general. So if you want to customize it refer to: https://developer.wordpress.org/themes/template-files-section/page-templates/
If you can’t do the customization by yourself, you could hire a freelance developer for this job: http://kriesi.at/contact/customization
Best regards,
Andy