Announcement

Collapse
No announcement yet.

logo image to part text help

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

    logo image to part text help

    Hi people...

    Our logo is combined with our telephone number but its part of the image.

    so I want it to be a number that people can click on when using a mobile.

    I cropped the image to remove the number, then tried adding the number as text in design tab, but each time I try I cant get it to be underneath like it looks now. It either expends the width of the logo and goes on the side or underneath but not aligned.

    Any advice would be appreciated.


    Reverse Osmosis Water Filters

    #2
    Hi,

    Put this is the stylesheet:

    .Callus {font-weight: 600;font-size: 35px;text-indent: 25px;color: #0d3f7b;}

    You may want to edit color, add to the style etc.

    Then after the closing </a> but before the closing </span> tag on your logo in design tab add:

    <div class="Callus">01925 661830</div>
    Many Thanks
    Lee
    www.mdnsupplies.co.uk
    www.hookandloopfasteners.co.uk

    Comment


      #3
      Thanks bud,

      but its putting it to the right of the logo, not under it

      ahhh - its putting it under it for mobile, but need it to be under it for tablet and desktop too.
      Reverse Osmosis Water Filters

      Comment


        #4
        Change the css in the stylesheet to:

        .Callus {font-weight: 600;font-size: 35px;text-indent: 25px;color: #0d3f7b;clear:both;}

        See if that helps.
        Many Thanks
        Lee
        www.mdnsupplies.co.uk
        www.hookandloopfasteners.co.uk

        Comment


          #5
          perfect!!

          thanks a lot.
          Reverse Osmosis Water Filters

          Comment

          Working...
          X