Announcement

Collapse
No announcement yet.

bar accross bottom of the page

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

    bar accross bottom of the page

    Hi. Does anyone know how I can put the footer in a solid bar accross the bottom of the page, just the same as on this forum? I am using the executive theme on version 8 if that makes any difference.

    thanks in advance,
    Tom

    #2
    On your overall layout 'Works Best With Executive' and 'Works Best with Executive Brochure Pages' look towards the bottom of the layout for

    <div class="page_footer" align="center">

    two lines below you should see

    <div class="dotted_line_blue"><img src="theme_shim.gif" height="1" width="1" alt=" " /></div>

    Change that to

    <div class="solid_line_blue"><img src="theme_shim.gif" height="10" width="1" alt=" " /></div>

    Increase the hight to suite.

    Kind regards,
    Bruce King
    SellerDeck

    Comment


      #3
      Ah that's great thanks! Is there a way of getting the text to appear over the top of that in the footer?

      Comment


        #4
        <div class="solid_line_blue"><img src="theme_shim.gif" height="10" width="1" alt=" " />

        <p>my footer text goes here</p>

        </div>


        Actinic uses HTML for creating its pages ... may be worth investing in a book on HTML (combined with CSS) to see you along ... there have been several threads on good books raised in the past or check out online tutorials


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          Ah I see, I shouldn't have closed the div. after the line!

          Comment

          Working...
          X