Announcement

Collapse
No announcement yet.

Problem with V8 Executive Theme

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

    #16
    Hi David

    The p962ac1 username is to access the resource area on the Actinic website - it isn't for use on the Community.

    To join the 'Designers' forumn on the Community you need to just email communityadmin at actinic.co.uk with your 'davidjenkins' username, and someone will sort that out for you.

    With regards to your design question, what you need to do is edit the height of the header bar that contains the logo image.

    To do this you need to
    1. Go to 'Design | Library | Layoouts' and open the 'Web Page Outer Layout' group
    2. Open the 'Actiinic Stylesheet' layout
    3. Right-click and select 'Find'
    4. Search for 'page_header_content'
    5. In line 262 (roughly) change height: 63px; to height: ??px; where '??' is the height of your logo image.
    6. CLick 'OK' to save your changes.

    Comment


      #17
      Hi Chris
      Sorry but I've tied this already. I've also tried making the image a background image but that has the same effect.
      Is there any way to move the viewcart/checkout/login down the page? Would it work then?
      Thanks

      Comment


        #18
        OK

        Use the following code for the 'page_header_content' class in the stylesheet (editing the height as required):
        Code:
        	.page_header_content	{
        		width: 762px;
        		text-align: left;
        		height: 63px;
        		background-image:url('<actinic:variable name="CompanyLogoFileName" />');
        		}
        And then remove the pink 'CompanyLogoImage' layout placeholder from the 'Works Best With Executive' and 'Works Best With Executive Brochure Pages' overall layouts.

        Comment


          #19
          Hi Chris
          Tried this method... and it worked a treat. Thanks, I'm no longer pulling hair out and snarling at the monitor.

          However if this doesn't work the helpdesk suggested I try the following-
          Please go to 'Design | Library | Layouts' and scroll down to 'Web Page Outer
          Layouts' and double click on 'Actinic Stylesheet', search for the class: -

          page_header_terms_container

          and reduce the height, and click 'OK', this will then raise the view cart
          etc. container.

          Haven't tried it myself but I might set up a test site and give it a go as it seems to offer more control of positioning.
          thanks to EVERYBODY who helped.

          Comment

          Working...
          X