the CSS code the HTML code the JavaScript code view on codepen
Category: Uncategorized
Align Desktop Menu Center
Align Desktop Menu Right
Header Widgets
Functions File Add this code right before the footer widget code (if that’s not there, see below) Look for register_sidebar in the functions file. Add this right at the end of that section. After the ); and before the } (It’s right before the add_action line) Header File Stylesheet
Footer Widgets
(THIS IS ALREADY ADDED AS STANDARD IN MY CUSTOM BASE THEME) Functions File Look for register_sidebar in the functions file. Add this right at the end of that section. After the ); and before the } (It’s right before the add_action line) Footer File Stylesheet
Vertical and Horizontal Centering
Has to go in the main parent div?
expands out
Stylesheet Page Coding View on CodePen
Website Layout
Stylesheet Page Coding view on codepen
Custom Page Template
Blog Summary – Read More
I’m pretty sure this is already coded in on my base theme template? This code goes in the main functions.php file (not the child theme) This code goes in theme > child theme >template parts > content.php Search for the lines: Add the following code snippet just below them: Find… read more