0
Welcome Guest! Login
0 items Join Now

Space around logo differs on homepage

    • Lourika's Avatar
    • Lourika
    • Hero Rocketeer
    • Posts: 261
    • Thanks: 3

    Space around logo differs on homepage

    Posted 9 years 7 months ago
    • Hi there

      Joomla 3.1
      Url: www.cabri-sbo.org/devsitefinal

      My logo on the homepage differs from all the logos on the other pages. It is as the margin or padding gets squashed/removed.

      Can someone please help me to add code to my custom css file to rectify this that the logo on the homepage looks like the logo on all the orher pages.
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 21561
    • Thanks: 3090
    • messin' with stuff

    Re: Space around logo differs on homepage

    Posted 9 years 7 months ago
    • I don't see any difference...
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:
    • Lourika's Avatar
    • Lourika
    • Hero Rocketeer
    • Posts: 261
    • Thanks: 3

    Re: Space around logo differs on homepage

    Posted 9 years 7 months ago
    • Thanks for the reply Matt - but there is a difference.
      See the images below.

      There is some space missing above the logo on the homepage.
      This image is hidden for guests.
      Please log in or register to see it.



      This image is hidden for guests.
      Please log in or register to see it.
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Space around logo differs on homepage

    Posted 9 years 7 months ago
    • YolandaPanda wrote:
      There is some space missing above the logo on the homepage.

      If you remove all your code from your rt_afterburner2-custom.css the logo is in the same place on all the pages.
      This is a very risky thing to do:
      .rt-block {
          margin: 10px;
          padding: 15px;
          position: relative;
      }

      We use .rt-block EVERYWHERE and you are affecting ALL of them with that code and it could have unexpected consequences. I would remove it or at least modify it for the HTML element you specifically want to affect.

Time to create page: 0.049 seconds