Hi Lhemmerich this looks like it is by ‘Responsive’ design. The layout will adjust to the device you are viewing your website on.
Thread Starter
Alan
(@alan35)
Hi,
what i did was copy page.php to my child theme root.
rename the file to any name you like but end the file with ‘page’ so you know
what it is for example: test-page.php
Then open the file up and replace the comments with the following
<? php
/*
Template Name: test-page
*/
?>
save the file, reload your page.Under page > add new page
template should appear on the right.
Thread Starter
Alan
(@alan35)
Ok great I will look this up, thanks for the link!