Static homepage displays sidebar at the bottom

Hi @alexis,

I hope you are well today and thank you for your question.

Thanks for your theme, its really beautiful. I have a site with a static front page. It is a site for a documentary film so I need all the info on the homepage and then I want the film maker bio in the sidebar on the right. For some reason when I use the static homepage option it has the sidebar at the bottom of the page. How can I fix this?

You can try fixing this issue as described in the following reply.

https://colorlibsupport.com/t/front-page-sidebar/#post-48450

Another thing is I want a fullscreen image when I arrive at the site. I have loaded an image in as the logo image but it doesn’t display fullscreen. is there a way i can do this?

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


#masthead .container {
    max-width: 100%;
    width: auto;
    padding: 0;
}

Best Regards,
Movin