Announcement

Collapse
No announcement yet.

Oh Dear - Im Confused (again)

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

    Oh Dear - Im Confused (again)

    Does anyone know how I can move the Shopping Cart Summary box (located at the top right of my site) downwards so that it rests on the banner below it.
    E.g. should I be looking at something in the Design layout, or do I need to get in and modify the .css file?

    My url is :

    http://www.madcowmedia.co.uk

    Help would be very much appreciated.

    #2
    It looks like the gap is being produced by the hight of your logo image. The simplest way would be to reduce the logo height until the gap closed.

    I am sure there are other ways and people will post them.

    Comment


      #3
      Yeah - agreed, the size of my logo image has forced the banner to move down.
      Surely though there must be a method of adjusting the cart summary box to adjust?
      Anyone?
      There's just gotta be.

      Comment


        #4
        I know this sounds obvious, but just in case you've not tried it yet, locate the Cell that the Cart summary box resides in and add valign="bottom" to the line.
        ie. <td valign="bottom">
        I've noticed that often the mix of CSS and Tables in some V8 templates can be a bit hit and miss when mods to the code are applied.

        Comment


          #5
          Hi,

          Im assuming this is the code for the basket summary section...


          <table border="0" cellspacing="0" cellpadding="0">
          <tr>
          <td><img src="theme_tab1_left.gif" width="4" height="23" alt=" " /></td>
          <td><div class="page_header_menu_cart"><p class="text_menu_cart"><a href="<actinic:variable name="CartLinkText" />" class="link_cart"><actinic:variable formatting="font(Color|ffffff)" name="CartText" /></a> | <a href="<actinic:variable name="OrderLinkText" />" class="link_cart"><actinic:variable formatting="font(Color|ffffff)" name="CheckOutText" /></a></p></div></td>
          <td><div class="page_header_menu_cart_items"><p class="text_menu_cart_items"><actinic:variable value="Shopping Cart Summary In A Line" name="ShoppingCartSummary" /></p></div></td>
          <td><img src="theme_tab1_right.gif" width="4" height="23" alt=" " /></td>
          <actinic:block if="%3cactinic%3avariable%20name%3d%22AreRegCustomersAllowed%22%20%2f%3e" >


          Can you indicate where I should add the 'valign' command?

          OR should I be adding this to the stylesheet (e.g. to the 'page_header_menu_cart' class) ?

          Thanks

          Comment


            #6
            I've managed to get around this by adding an additional row above the cart summary and using the valign command.

            Comment


              #7
              Glad it's sorted now.
              Sorry I didn't reply earlier, I have been away.

              Comment

              Working...
              X