Support » Theme: Ignite » Back to Top Arrow

  • Resolved Katja B.

    (@katja-b)


    Hello Ben,

    I would like to add an arrow “back to top” on the right bottom of the site (like in other themes)
    How can I do this?

    Thanks for your help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sounds like you can achieve this with CSS. Can you link the page in question?

    Thread Starter Katja B.

    (@katja-b)

    Hi Andrew,
    ya I thought so, just don’t know how…
    The page is http://www.cultura-sorda.org/

    Thanks!

    Thread Starter Katja B.

    (@katja-b)

    I didn’t succeed with CSS.
    So I got the “Smooth Scroll Up” Plugin. And it works.

    Theme Author Ben Sibley

    (@bensibley)

    Hey Katja,

    Thanks for using Ignite!

    Glad you could find a plugin to add the arrow to your site. Let me know if you need help with anything else, and I’ll be happy to help.

    Thread Starter Katja B.

    (@katja-b)

    Hi Ben,

    thanks for your offer!

    Ja, I have two more questions:

    1. I translated a lot of the site with poedit in ES, how can i send it to you that it doesn’t change always after an update from Ignite?

    2. I would like to change the white space right and left in the main content. I tried a lot, but couldn’t succeed. What is the css code?

    Thanks a lot!
    Katja

    Theme Author Ben Sibley

    (@bensibley)

    Katja,

    You can email the translation to me at support@competethemes.com, and I will include it in the next update.

    To change the whitespace on the left and right of the content, you can use the following CSS:

    .entry {
      padding-left: 5%;
      padding-right: 5%;
    }
    .featured-image {
      left: -5.5%;
      width: 111%;
    }

    That’s going to greatly reduce the spacing on the left/right.

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Back to Top Arrow’ is closed to new replies.