Page 1 of 1
responsive position of buttons are wrong
Posted: Thu Nov 04, 2021 1:20 pm
by Michael Fiil
Hi experts,
I am developing this site
https://carmagic.dk/sorbyautocenter/
Default browser shows all buttons correctly buy changing to 320 or other screensize the buttons are not places properly.
What am i doing wrong?
Kind regards Michael
Re: responsive position of buttons are wrong
Posted: Thu Nov 04, 2021 1:24 pm
by crispy68
did you move the buttons to where they needed to be in the breakpoints? Looks like they are in same spot as in default view.
Re: responsive position of buttons are wrong
Posted: Thu Nov 04, 2021 1:51 pm
by Michael Fiil
Hi crispy68 and thank you for fast reply
Yes all buttons are placed in each breakpoint - see
https://carmagic.dk/pablosoftware/breakpoint.jpg
Kind regards Michael
Re: responsive position of buttons are wrong
Posted: Thu Nov 04, 2021 1:59 pm
by crispy68
I looked at your picture but that button is ok. It's when I look at your code and at the button "Laes mere eller book tid online>>" the position never changes.
Re: responsive position of buttons are wrong
Posted: Thu Nov 04, 2021 2:13 pm
by Michael Fiil
all buttons are replaced in each breakpoint - i have made many websites in webbuilder but this issue is new to me
see
https://carmagic.dk/pablosoftware/breakpoint1.jpg
Kind regards Michadel
Re: responsive position of buttons are wrong
Posted: Thu Nov 04, 2021 2:18 pm
by crispy68
Can you share your project file for us to take a look at? I'm seeing a lot of horizontal scrollbars which tells me objects are outside of the viewport as well. Are the breakpoints the same for the page and master page?
Re: responsive position of buttons are wrong
Posted: Thu Nov 04, 2021 2:18 pm
by Michael Fiil
If i delete the buttons and insert news, it's the same - they are not displayed according to position in breakpoint!
what am i doing wrong?
Kind regards Michael
Re: responsive position of buttons are wrong
Posted: Thu Nov 04, 2021 2:21 pm
by Michael Fiil
what is the best way to share my project - it's not that big so far?
Kind regards Michael
Re: responsive position of buttons are wrong
Posted: Thu Nov 04, 2021 2:24 pm
by crispy68
You can just upload the project file (.wbs) to your server into any folder and then provide a link here in the forum (ex:
www.mywebsite.com/myproject.wbs) or you can use a free file sharing site like WeTransfer or Dropbox, etc.
Re: responsive position of buttons are wrong
Posted: Thu Nov 04, 2021 2:39 pm
by Michael Fiil
then project without images can be downloaded at
https://carmagic.dk/pablosoftware/sorby-autocenter.wbs
(but will be deleted within the next two weeks - this info only for any future clicks)
Thank you very much for any assistance
Kind regards Michael
Re: responsive position of buttons are wrong
Posted: Thu Nov 04, 2021 3:10 pm
by Pablo
You have set the button type to 'submit'. However, the buttons are not part of a form.
If you want to use the button as links then please set the button type to 'link'
Re: responsive position of buttons are wrong
Posted: Thu Nov 04, 2021 3:21 pm
by Michael Fiil
Hi Pablo,
Thank you - case solved - i would never have thought that button type could have impact of the position i breakpoints!
Anyway thank you - now i can move ahead
Kind regards Michael