H
H
Human2015-09-21 13:12:12
css
Human, 2015-09-21 13:12:12

How to add fixed elements on all pages of the site (Wordpress)?

It is necessary to make two fixed buttons on all pages of the site.
One on the left, one on the right.
WordPress site, any plugins?
I don't want to edit all theme templates.
Examples of sites where there are such elements:
itvdn.com/ru (social buttons)
www.azbukabloggera.ru (social buttons)
uaweb.ua ("order" - the most appropriate)
top-travel.com.ua (something such)
turbiz.turistua.com (block-right)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kirill Turovnikov, 2015-09-21
@khlopchyna

In order not to edit all templates, you can add these buttons to the header'a or footer'a template so that the buttons are at the edges in the center of the screen:

position:fixed;
top:50%;
transform: translateY(-50%);
left:0; /* or right:0; */

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question