Footer Width

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #6896
    brucey010
    Customer

      I have been trying to get some manufacturers logo’s into the footer (in the form of an image), but I need it to be wider than one single footer widget area, as seen now at http://www.jaguarcooling.co.uk. Is there a way I can combine two widget areas to do this, or widen one?

      My feeble attempt at doing this was:

      .footer-widgets-1 {
      	margin: 0 3.3% 0 0;
      	width: 22.5%;
      }
      
      .footer-widgets-2 {
      	margin: 0 3.3% 0 0;
      	width: 514px;
      }
      
      .footer-widgets-3 {
      	margin: 0 3.3% 0 0;
      	width: 0px;
      }
      
      .footer-widgets-4 {
      	width: 22.5%;
      }

      But that appears to have done nothing. Any ideas?

      #6906
      Eric
      Customer

        Are you planning to only have 3 widget areas and one of them wider than the others?


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #6916
        brucey010
        Customer

          That was just one way I thought the desired effect could be achieved, but if there are other ways to do it then I’m equally happy to do that – I just need to get that image larger.

          #6927
          brucey010
          Customer

            Never mind… somehow it has happened. Maybe that code did work, but I just refreshed the page too early.

            #6940
            Eric
            Customer

              Ok, so is everything working the way you need?


              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            Viewing 5 posts - 1 through 5 (of 5 total)
            • You must be logged in to reply to this topic.