Greetings! First, I can definitely see this theme being ideal for authors.
Regarding your customized ideas:
(1) For the first one, it sounds like you want to have a carousel-type image setup or an image rotator. I’m thinking the only way to do this is to create a child theme, and then in that particular area, use the slider or gallery code. This would end up being global on all pages, though.
(2) For the padding issue, there are a few elements (containers) that can be adjusted. They have paddings and margins. For example, you could copy and paste this CSS code to change the default styling:
@media (max-width: 991px) {
.topnav-header {
padding: 0 2rem;
margin-bottom: 0;
}
#topnav {
padding: 0 25px 0;
}
}
Try that modified styles and see if that helps more. This code basically will use the padding and margins, shown, when viewing in mobile devices with a resolution under 991px width.
Regarding updates, you should be fine whenever this theme gets an update. All your settings are kept. This also applies if you later decide to upgrade to the premium version too.
The only time something would change is if you modify the theme files directly, or, if we were to make a change with an update–although, we try out very best not to do that. I have a couple of recommendations relating to this:
- Write down all the changes to the settings and keep it safe.
- Make website backups before you perform any kind of change, even WordPress and plugin updates. This is the preferred method.
A note about the first item about the side column and having rotating images: This is something I can give some thought to. It’s an interesting concept and you’re the first to ask about this capability. One thing to note is that the premium one does have the option to specify a custom image for each page, post, and/or category.
Best Regards,
Andre