I can´t understand how to create fullwidth pages with Travelify.
Static pages with full width with no sidebar.
Anyone can help with this? Thanks!
I can´t understand how to create fullwidth pages with Travelify.
Static pages with full width with no sidebar.
Anyone can help with this? Thanks!
Hi @putte,
I hope you are well today and thank you for your question.
Currently there isn’t any theme option to make page full width but you can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS
body.page-id-2 #primary {
width: 100%;
}
body.page-id-2 #secondary {
display: none;
}
Change the page id 2 in the above code to the page id that you want to make full width.
Best Regards,
Movin