0
Welcome Guest! Login
0 items Join Now

Corvus: Recreating the Demo - Contact Us

Your Guide to Recreating Elements of the Corvus Template for Joomla


Contact Us

This area of the front page is a Custom HTML module. You will find the settings used in our demo below.

Any mod_custom (Custom HTML) modules are best handled using either RokPad or no editor as a WYSIWYG editor can cause issues with any code that exists in the Custom Output field.

Details

Option Setting
Title Contact Us
Show Title Show
Position footer-c
Status Published
Language All
Note Blank

Custom Output

Enter the following in the Custom Output text editor.

<div class="largemargintop largepaddingtop">
    <div class="gantry-width-10 gantry-width-block hidden-phone">
        <span class="icon-phone"></span>
    </div>
    <div class="gantry-width-90 gantry-width-block">
        <strong><span>+1 (555) 555-555-5555</span></strong><br />
        <span>+1 (555) 555-555-5556</span>
    </div>

    <div class="clear largemarginbottom"></div>

    <div class="gantry-width-10 gantry-width-block hidden-phone">
        <span class="icon-home"></span>
    </div>
    <div class="gantry-width-90 gantry-width-block">
        <strong><span>Corvus Theme, LLC</span></strong><br />
        <span>123 Joomla! Boulevard</span><br />
        <span>Seattle, WA 00000, USA</span> 
    </div>

    <div class="clear largemarginbottom"></div>

    <div class="gantry-width-10 gantry-width-block hidden-phone">
        <span class="icon-envelope-alt"></span>
    </div>
    <div class="gantry-width-90 gantry-width-block">
        <strong><span><a href="#">noreply@domain.com</a></span></strong>
    </div>

    <div class="clear largemarginbottom"></div> 
</div>

Basic

Option Setting
Prepare Content No
Select a Background Image Blank

Advanced

Option Setting
Module Class Suffix fp-footer-c box6 hidden-phone

Found errors? Think you can improve this documentation? Please edit this page. You can also view the history of this page.