Welcome, Guest
Username: Password: Remember me
Welcome to the Joomcore forum!
News & Update from Joomcore Team!
  • Page:
  • 1
  • 2

TOPIC: Problem to position the Whatsup icon

Problem to position the Whatsup icon 6 years 4 months ago #6255

Hi again,
Lets take few steps backwards. Can You please explain how the parameter 'position' should work in contact button setup. Mayby I have misunderstood something ?
Attachments:
The administrator has disabled public write access.

Problem to position the Whatsup icon 6 years 4 months ago #6256

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello Simo
In my module the button shown in position fixed (not use position joomla) and usually the customer want show this button it in bottom in left and right. or center. So if you want use in position joomla please help me find and open file modules/mod_jo_whatsapp_contact_button/assets/style.css
and go to line 5 and change
position: fixed;
To
float: left;

.wcf2w_button{
border-radius: 50px!important;
text-align: center!important;
padding: 0px!important;
outline:none!important;
text-decoration: none!important;
border:none!important;
box-shadow: none!important;
float: left;
width: 60px;
height: 60px;
margin:0px!important;
line-height: normal!important;
opacity: 0.9;
z-index: 99999999!important;
}

and add more code css below
.jo-whatsappcontactbutton{
float: left;
}
Best regards
Bach Pham
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 0.123 seconds