Hi,
i got two questions:
1) how can i create space in my body / content to reduce socket height?
Here is the issue: http://wordpress.fluidserv.de/agb/
2) how can i place scroll up button aligned center?
thanks in advance
Nik
who can help me?
To 1)
i used
#top .main_color.container_wrap.fullsize{
min-height: 300px;
}
and it worked for pages, but doesn´t work for my blog.
css code suggestion?
Hey!
Please add following code to Quick CSS
#scroll-top-link {
right: 48.3%;
}
.container_wrap_first {
min-height: 500px;
}
Regards,
Yigit
Amazing! Thank you so much!