Announcement

Collapse
No announcement yet.

Centring sections, images, checkout pages etc

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Centring sections, images, checkout pages etc

    I hope someone on here can help, I've been trying to sort this for weeks now.

    I am trying to centre the main sections on the store front page as well as the checkout pages, I am sure I need to adjust the tables in the layouts but not too sure where to start.

    http://www.tfn.uk.com/acatalog/tfn_shop.html

    I am using smart if that helps.

    Many thanks

    Pete

    #2
    Looking in the Section List row code - the start of each one - you have something like <td valign="top"> try changing it to <td valign="top" align="center">

    Comment


      #3
      Originally posted by Duncan Rounding View Post
      Looking in the Section List row code - the start of each one - you have something like <td valign="top"> try changing it to <td valign="top" align="center">
      Duncan thanks, Where do I edit the section list row code is it in the actinic style sheet?

      Comment


        #4
        In the checkout...

        You have this (simplified):

        <div align="center">
        <p> Total Fitness Nottingham 72 Wollaton Road, Beeston, Nottingham NG9 2NZ </p>
        </div>
        <table class="CheckoutProgress">
        <form id="idCheckoutForm" method="post" action="http://www.tfn.uk.com/cgi-bin/os000001.pl">
        <div align="center">

        Change it to:

        <div align="center">
        <p> Total Fitness Nottingham 72 Wollaton Road, Beeston, Nottingham NG9 2NZ </p>
        <table class="CheckoutProgress">
        <form id="idCheckoutForm" method="post" action="http://www.tfn.uk.com/cgi-bin/os000001.pl">
        <div align="center">
        </div>

        See attached images.
        Attached Files

        Comment


          #5
          Originally posted by TFN View Post
          Duncan thanks, Where do I edit the section list row code is it in the actinic style sheet?
          No in design view in Actinic you will see it in orange. See atached images.
          Attached Files

          Comment


            #6
            Hi,

            I don't have the edit option in orange, sorry if I'm coming accross a bit dumb see screen shot, maybe its because i'm using 'works best with smart'

            see attached
            Attached Files

            Comment


              #7
              Try this image
              Attached Files

              Comment


                #8
                Click in the top pane on the section image and then make sure you have the same layout in the code pane as in my image selected. Currently you're looking at the wrong layout - although my eyesight's not good enough to see your thumbnail too well.

                Comment

                Working...
                X