How to change position of floating sticky button
« on: December 06, 2019, 07:06:27 AM »
Hello,
Please is there a way i can change the position of the add listing floating stick button to any other place i like.

*

MB Themes

Re: How to change position of floating sticky button
« Reply #1 on: December 06, 2019, 09:08:48 AM »
@Metalsunny
In responsive.css look for line:
Code: [Select]
.mobile-post-wrap { position: fixed; left: 0; bottom: 15px; width: 100%; z-index: 9; text-align: center; display: none; }
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: How to change position of floating sticky button
« Reply #2 on: December 06, 2019, 09:29:45 AM »
Please responsive.css is in which folder and also what do i edit to move sticker a little bit above the button? Sorry for bothering you
« Last Edit: December 06, 2019, 09:37:04 AM by Metalsunny Reloaded »

*

MB Themes

Re: How to change position of floating sticky button
« Reply #3 on: December 06, 2019, 02:27:47 PM »
@Metalsunny
You can see path from browser console (press f12)
oc-content/themes/beta/css
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: How to change position of floating sticky button
« Reply #4 on: December 07, 2019, 11:54:07 AM »
Problem solved