Hi,
I would like to insert into header title of the page (instead of the top-banner) and social links on the following right. Unfortunately, they appear under the banner. How can I position these 2 elements?
Regards, Zovi
zovi Hi. Please provide an url to Your site.
Hi teitbite,
Site is in maitenance mode. In first post I was added access info.
teitbite Hi. Is "Wędkarskie Centrum Wymiany Informacji" a page title You wish to reposition?
Also where should social module go?
zovi Hi
Not sure as to what you mean. Kindly elaborate exactly as to where you wish to have specific elements positioned or better yet, You may share screenshot marked with annotations showing the specific changes needed
Hi aman204,
I enclose a screenshot on which I pointed out what I mean. The page title is one module, the second module is social links. Their location is important.
zovi Hi. Please add this to css:
#header { padding-top: 0; padding-bottom: 0; } .social-links { position: relative !important; top: -50px; }
teitbite
Its works! Thank you for support.