Announcement

Collapse
No announcement yet.

Techinal Theme - LOGO SIZE

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

    Techinal Theme - LOGO SIZE

    Hello

    How can I edit the header of the Technical theme so that I can have a bigger logo?

    At the moment if I make the logo bigger it dissappears behind the orange line, how is it I move the orange line down?

    The website is www.tandastamps.com

    Many thanks
    Alex
    TandaStamps

    #2
    In the ActinicStylesheet - change or remove the height definition.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      Under which setting?
      TandaStamps

      Comment


        #4
        Look for this section in the 'Actinic Stylesheet' layout (which you will find in the 'Web Page Outer Layout' group in the library)...

        Code:
        	.tech_page_header_content	{
        		width: 762px;
        		text-align: left;
        		height: 65px;
        		border-bottom: 4px solid <actinic:variable name="Palette1" />;
              }
        (line 872)


        Change the height: 65px to something else.

        Comment


          #5
          Excellent, thank you very much

          Alex
          TandaStamps

          Comment

          Working...
          X