Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #523379

    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” :

    http://johanneshaschke.de

    #523562

    Support??

    #523569

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Cheers!
    Yigit

    #523590

    Here it is:

    #524173

    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

    #524217

    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?

    #524418

    Anybody there?

    #524468

    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

    #524545

    I tried it but there is no difference :(

    #524552

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.