Announcement

Collapse
No announcement yet.

Company Logo to spread across the page

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

    Company Logo to spread across the page

    Using the Silver theme in v10, is it possible to move the Login/Contact us and the cart details out of the way(either into a sidebar or onto the silver Home/Products etc bar) so that my Company logo can be spread across the whole page.
    If I extend the Company logo across the display, then the Login etc move underneath and are unsightly.
    Check Out www.servatech.co.za
    Adrian Boshoff
    http://www.servatech.co.za

    #2
    Hello Adrian,

    That part is controlled by <div id="silver-login-terms"> so you can try editing the css to display it differently or if your not using customer login then just delete that section?

    Just play around with the css or place it in your side bar using something like that;

    <div id="silver-main">
    <div id="silver-sidebar-left">
    <div class="silver-sidebar-list">
    <div class="silver-sidebar-list-bottom">
    <div class="silver-sidebar-list-top" id="silver-brochure-list">

    Comment


      #3
      I think my question should have said, "without modifying code, ie through a setting"
      Some of the other themes are a lot more flexible in how you can display your front page (right sidebars, login etc.) and while Silver theme has a nice look, it doesn't appear to be too friendly for the less skilled users.
      Adrian Boshoff
      http://www.servatech.co.za

      Comment


        #4
        Hello Adrian,

        I dont know if there is a way to change the position in site settings, youd have to change the code yourself. just take a snapshot and have a play around with it. there is alot you can do with the silver themes appearance if you want. If its not what your looking for then try another theme

        Comment


          #5
          Hi Adrian

          I use the silver theme too and know what you mean, the header image can go about 670px wide before it pushes the cart underneath, could you share with me how you placed images underneath it, I am trying but can't do it. When I try to edit the code in Actinic it seems very different to standard html
          Retro Sweets Shop

          Comment


            #6
            If you are talking about the Mastercard Logo under the cart details, then I inserted an image into the layout. I have copied a few of the lines of code below which includes the HREF image line, the copy has lost some of the the formatting. The image is in the SITE directory.

            <div id="silver-login-terms">
            <p><Actinic:NOTINB2B><a href="<actinic:variable name="LoginPageURL" />"><actinic:variable name="LoginText" /></a>&nbsp;|&nbsp;</Actinic:NOTINB2B><a href="<actinic:variable name="SendMailPageLink" />"><actinic:variable name="SendMailText" /></a></p>
            </div>
            <div id="silver-cart-checkout">
            <p><a href="<actinic:variable name="CartLinkText" />" class="silver-cart-link"><actinic:variable name="CartText" /></a>&nbsp;|&nbsp;<a href="<actinic:variable name="OrderLinkText" />"><actinic:variable name="CheckOutText" /></a>&nbsp;|&nbsp;<actinic:variable name="ShoppingCartSummary" value="Shopping Cart Summary In A Line" /></p>
            <a href="http://www.servatech.co.za/acatalog/Company_Information.html"><img border="0" src="vcs_mcard_visa_store.png" align=right></a>
            </div>
            </div>
            <div id="silver-nav-bar">
            Adrian Boshoff
            http://www.servatech.co.za

            Comment


              #7
              Hey thanks Adrian I managed to crack it... Have you managed to put the cart in the sidebar yet? I haven't put my store live yet so I'm sure I will have plenty more probs to come, not looking forward to sorting the payment part out
              Retro Sweets Shop

              Comment

              Working...
              X