Button Options

Within the PHP Website Template, there are several button styles available for use which include CSS transitions

Static Button

This is a static button that can be used to highlight plain text or added to a link. It uses the class "button".
more

To use this button, add the following code to your page: <div class="button">more</div>

Hover with Arrow Button

This Button slides out to the right to reveal an arrow while a darker color shade slides downward.
more
To use this button, add the following code to your page: <a href="" class="animated-button">more</a>

Hover with Arrow Button Two

This button displays an arrow on hover while centering the button's contents.
Continue
To use this button, add the following code to your page: <a href="#" class="btn"> <span>Continue</span> <i class="fa fa-share"></i></a>

Sticky Side Column

If you're using our PHP Website Template, this is the optional side bar column you can add to some or all of your pages. It can be useful for adding advertisements such as Adsense ads to be displayed on multiple pages.
When you include the side column, your main content will automatically adjust its width to accommodate it.
The side bar is 'sticky'; it will scroll down and remain in view.
You can turn on/off the side bar column per page by defining the $showSide option located at the top of each file.