0
Welcome Guest! Login
0 items Join Now

Logo Size and "Scroll to top" issue

  • Logo Size and "Scroll to top" issue

    Posted 12 years 10 months ago
    • Case 1

      Hi, I changed the logo at the header but mine is bigger (334 x 52 pix ) than the default Gantry logo.
      I only can see part of it, ...I tried to change the css with no results.

      the link is: liberiacostaricatour.com/

      I`m using the css, style 3.

      Case 2

      I would like to erase " Scroll to top" from the copyright module, how can I achieve that ?
      I would like to modify the height of the copyright bar as well.

      Thanks in advance for your help.

      Victor
  • Re: Logo Size and "Scroll to top" issue

    Posted 12 years 10 months ago
    • Case 1

      Go into the CSS files of your template and find template.css. After that, change the #rt-logo CSS style from this
      #rt-logo {
          background: url("../images/logo/logo.png") no-repeat scroll 0 0 transparent;
          display: block;
          height: 115px;
          width: 189px;
      }

      To this
      #rt-logo {
          background: url("../images/logo/logo.png") no-repeat scroll 0 0 transparent;
          display: block;
          height: 52px;
          width: 334px;
      }


      Case 2

      Go into your modules and find the scroll-to-top module that should be well identified and just unpublish it.

      Have a nice day

      Holy
  • Re: Logo Size and "Scroll to top" issue

    Posted 12 years 10 months ago
    • Hi Raymond thank you for your quick response !!!
      Case 1 resolved.

      Case 2...

      I went to modules but I couldn´t identify where can I erase the button "Scroll to top" , I applied .../?tp=1 to the site to see the modules but I can´t find it .
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Logo Size and "Scroll to top" issue

    Posted 12 years 10 months ago
    • you should be abled to turn off the "scroll-to-top" feature in the template settings ...
  • Re: Logo Size and "Scroll to top" issue

    Posted 12 years 10 months ago
    • Thanks ! Henning, I found it.

      Victor

Time to create page: 0.039 seconds