Thread: Layout of page

Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Mar 2015
    Location
    Potters Bar, United Kingdom
    Posts
    10
    Plugin Contributions
    0

    help question Layout of page

    Hi , on the contact page of my works new website , theres a form for customers to fill out if they need to contact us and the writing has moved over to the right. Kinda hard to explain so heres a link :

    http://www.telecomspares.com/index.p...age=contact_us

    would like to know how to move it to where it should be.

    any help would be great.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Layout of page

    I'd try adding a <br /> or two after the Google Maps iframe.

  3. #3
    Join Date
    Mar 2015
    Location
    Potters Bar, United Kingdom
    Posts
    10
    Plugin Contributions
    0

    Default Re: Layout of page

    thanks for the help, im pretty new to this so any idea where to put the <br />


    <p><iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2472.464934373071!2d-0.202045!3d51.706236!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48763d383a952041%3A0x15 22595cf594661!2sTelecom+Spares+Ltd!5e0!3m2!1sen!2suk!4v1419328387005" width="270" height="280" frameborder="0" style="border:0"></iframe></p>
    </div>
    <br />
    <p> <div class="alert forward"><?php echo FORM_REQUIRED_INFORMATION; ?></div>
    <?php
    // show dropdown if set
    if (CONTACT_US_LIST !=''){
    ?>
    <label class="inputLabel" for="send-to"><?php echo SEND_TO_TEXT; ?></label>
    <?php echo zen_draw_pull_down_menu('send_to', $send_to_array, 0, 'id="send-to"') . '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?>
    <br class="clearBoth" />
    <?php
    }
    ?>

  4. #4
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Layout of page

    I am not sure the <br /> would do it, perhaps you'd be better off wrapping the fields in a div.

    See >>> <div id="fz-contact">
    You should put the closing </div> before the closing </fieldset>

    Then in your stylesheet add
    #fz-contact {
    clear: left;
    }

    Of course you can change the id name as you please.

    <p>
    <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2472.464934373071!2d-0.202045!3d51.706236!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48763d383a952041%3A0x15 22595cf594661!2sTelecom+Spares+Ltd!5e0!3m2!1sen!2suk!4v1419328387005" width="270" height="280" frameborder="0" style="border:0"></iframe>
    </p>
    </div>
    <p>
    <div id="fz-contact">
    <div class="alert forward"><?php echo FORM_REQUIRED_INFORMATION; ?></div>
    <?php
    // show dropdown if set
    if (CONTACT_US_LIST !=''){
    ?>
    <label class="inputLabel" for="send-to"><?php echo SEND_TO_TEXT; ?></label>
    <?php echo zen_draw_pull_down_menu('send_to', $send_to_array, 0, 'id="send-to"') . '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?>
    <br class="clearBoth" />
    <?php
    }
    ?>

  5. #5
    Join Date
    Mar 2015
    Location
    Potters Bar, United Kingdom
    Posts
    10
    Plugin Contributions
    0

    Default Re: Layout of page

    thank you so much, worked a treat!

 

 

Similar Threads

  1. Product Listing display page / category page layout change question
    By cgarforth in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Dec 2010, 02:37 PM
  2. Layout for price, add cart and etc in Product Layout page
    By sgspeer in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Aug 2010, 09:43 PM
  3. Change Category Page Layout to New Products Layout
    By tonemap in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Jan 2010, 11:30 PM
  4. Front page or main page layout - start with certain category
    By gloerick in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Aug 2009, 07:07 AM
  5. Product Listing Page Same Layout as All Products page
    By dharma in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Mar 2007, 10:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg