@RICK I’m using lightning child theme, so I cannot change <div class=”container”> to <div class=”container-fluid”> directly on the front-page.php because when I update the theme, the file will be updated. Anyway to change it?
@kukudrive I haven’t yet solved my problem. My mean is that I want to display full-width layout (as container-fluid). If I change <div class=”container”> to <div class=”container-fluid”> directly on the front-page.php, I’m worry that when I update the theme, the file will be updated. If I change the css, it will apply to all of the pages because I cannot insert div Id to the file. Thus, I need your help.
Thanks for all of your responses.