Tagged: title
Hello,
how can i add title only on a front page after logo? For mobile devices it’s ok. But on pc it’s not working. Thank you in advance.
Private message
Hi,
I’m not sure I understand what you mean, could you try to explain a bit further please? A screenshot highlighting the changes you want to make might help us understand better.
Best regards,
Rikard
I can’t understand how to add a screenshot here. So i give you a link to a test website. I need a title afetr logo like it is on this website.
Hi,
Ok, thanks for the feedback. Please try adding a widget are to the header: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/.
If you want to post screenshots you can upload them to a service like dropbox or google drive and then link to them here.
Best regards,
Rikard
Thanks, Rikard. But i need it to be after logo. How can i do this?
Hi,
It looks like you forgot to add the CSS? It should be centered in the header after you do that, and you can adjust the values to your liking:
#header .widget {
left: 50%;
padding-top: 0;
position: absolute;
top: 0;
transform: translate(-50%);
z-index: 999;
}
Best regards,
Rikard
Thanks, Rikard. But anyway it’s before logo.I need it to be AFTER it.
Hi,
Ok, did you try editing the values? For instance:
left: 75%;
Best regards,
Rikard
Of course i did. Please see screenshots in attached files.
On a second one – what i’m trying to do.
Hi,
Ok, please try something like this instead:
#text-2 {
position: absolute;
top: 40px;
right: 350px;
padding: 0;
}
Best regards,
Rikard
Hello,Rikard. Thanks! I have to learn css.
We can close this ticket.