Logo space & background

Homepage Community Forums Optimal Theme Support Logo space & background

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16595
    Tony
    Customer

      I need to add some space to the following page and logo, I want the logo to not be butted up to the top of the page and have some space above

      For the background I have tiled a product shot, but this does not show up all the time only when you start to shrink the width

      Please can you help?

      http://holding-site.co.uk/

      Thanks

      Tony

      #16596
      Wes
      Moderator

        Try and add the following code to your style.css file…..or wherever you’re adding Custom CSS code (you can add it in separate file/location if you prefer) –

        .site-container .site-header {
        	background-position: bottom left !important
        }

        This moves the logo down. Here is a screenshot of the result – http://i.imgur.com/XsyHRW5.png

        null

        Let me know if that helps.

        #16597
        Tony
        Customer

          That’s great, thanks, any ideas on the second issue with the background image?

          Thanks again

          Tony

          #16599
          Wes
          Moderator

            If you’re referring to the small space under the slider right before the footer, it’s because the .site-innerbackground color takes over and shows the color over the image.

            .site-inner {
                background: #f5f5f5;
            }

            Adding this code should remove it from the homepage but will allow it to show on other pages if you want to keep it –

            .home .site-inner {
            	background: none;
            }

            If you want to remove it from all pages just add background: none; to the first code above on line 639 in your CSS.

            #16600
            Tony
            Customer

              Wes you are an absolute star! I could kiss you

              Many thanks

              Tony

              #16604
              Wes
              Moderator

                Haha Glad I could help!

                Feel free to let us know if you need anything else.

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Logo space & background’ is closed to new replies.