Announcement

Collapse
No announcement yet.

Corporation Theme Layout

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

    Corporation Theme Layout

    I am trying to edit the Corporation Theme in V9

    All I want to do is make the left hand column narrower and the right hand product section wider.

    I'm OK with actinic and some some coding, any step by step instructions would be gratefully appreciated

    #2
    Is it online do you have a n URL?

    Comment


      #3
      No, I'm working on it offline. I found a thread and can alter the widths of the columns in the style sheet but the vertical line doesn't move.

      Comment


        #4
        Apart from changing the two css widths you will also need to remove the background graphic line in red on:

        #corporate_main_structure_page_content_container {
        background-color:#FFFFFF;
        background-image:url("../theme_main_background.gif");
        clear:both;
        margin:0;
        padding:0 0 16px;
        width:956px;
        }

        and add this line in green on:

        #corporate_main_structure_left_col_container {
        float: left;
        width: 274px;
        border-right:2px solid #000000;
        }

        Comment


          #5
          Thanks very much for that it worked a treat

          Comment

          Working...
          X