Is there a simple function to move a normal button (which links on my contact page) to a position I like? In my example, I want to have the button directly under the “DIE PRAXIS MIT HERZ” :
Support??
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
Yigit
Here it is:
Hi,
Where would you like to place it instead? Please try to explain a bit further and/or post screenshots highlighting your intentions.
Thanks,
Rikard
I just want to know HOW to place the button to a position I want ;) Is there a simple function to do this? e.g. a simple drag and drop function or something like this?
Anybody there?
Hey!
Sorry about the delay, we answer threads in reverse chronological order so each time you post in your thread it actually resets it’s position in the queue.
You can reposition your button using simple position css (in your custom css section) as shown below:
.page-id-12 #top .avia-button.avia-color-light {
top: -195px;
}
Cheers!
Dake
I tried it but there is no difference :(
Hey!
It looks like you changed your button type from the transparent button you had earlier:
You can use the below css to adjust the position of the new button:
.page-id-12 .avia-button.avia-size-small {
top: 100px !important;
}
Cheers!
Dake