Hi there,
I would like to move my subtext (subtitle) closer to my logo. So the subtitle is shown right underneath the logo with a small space
I tried to use this code, but it doesn’t seem to work:
.subtext {
margin-top: -30px;
}
What am i doing wrong?
Hey KingFilly,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi Victoria,
thank you for your reply. I rather don’t give an admin login.
I tried it another solution:
I added a text widget to the header.
The only problem now is that it is not reponsive and moves on a screen that is smalller than 1310px. (Mobile and tablet)
Can you provide me the right CSS code for this?
Hope to hear from you soon!
Hi,
Please try this CSS instead of what you are using now:
#header .widget {
left: 0px;
padding-top: 22px;
position: absolute;
top: 0;
transform: translate(-0%);
z-index: 999;
}
Best regards,
Rikard
Hi Rikard,
thank you for your reply. This almost works.
How can i change the font size for mobile screen online?
It now breaks up the text line…
And can i add a small spacing between logo en subtitle on mediascreen only?
It now automatically decreases the space.