VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

[SOLVED] how to move the back to top module to left?
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: [SOLVED] how to move the back to top module to left?

[SOLVED] how to move the back to top module to left? 15 Oct 2019 12:20 #11938

hi

in right down of every page there is a arrow for back to the top of page.

how to move this arrow to the left side og pages?

it seems this in not a module

  • Posts:31
  • waylander
  • Junior Boarder
  • OFFLINE
  • Karma: 0

Re: how to move the back to top module to left? 16 Oct 2019 02:26 #11940

Hi,
You can edit file templates/jf_salina/css/template.css, modify (line 328):
 
a#back-to-top {
position: fixed;
right: 30px;
bottom: 30px;
background: #f6f6f6;
padding: 10px 20px;
opacity: 1;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
transition: all .5s ease-in-out
}
 

to:
 
a#back-to-top {
position: fixed;
left: 30px;
bottom: 30px;
background: #f6f6f6;
padding: 10px 20px;
opacity: 1;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
transition: all .5s ease-in-out
}
 


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: how to move the back to top module to left? 16 Oct 2019 05:59 #11941

problem solved!
thanks

  • Posts:31
  • waylander
  • Junior Boarder
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.61 seconds
Friday 26 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.