Hey!
Can you please make the account an admin so i can edit the custom CSS?
Best regards,
Josue
Give me a few minutes. I’m about to try and make the site live with the instructions you gave me in https://kriesi.at/support/topic/almost-ready/.
You should be good now! And my site is live :D
Hi!
There’s a missing “{” in this snippet (Quick CSS):
@media only screen and (max-width: 1024px)
#socket .sub_menu_socket {
display: none;
}
}
Should be:
@media only screen and (max-width: 1024px){
#socket .sub_menu_socket {
display: none;
}
}
I did not fix it myself because you may be editing it at the same time.
Cheers!
Josue
Done. It’s a lot better on the iPad. The iPhone horizontal has that weird thing where the social icons are off center and not right justified and also a little higher than the copyright. Weird.
Remove this:
@media only screen and (max-width: 758px) {
#socket .social_bookmarks {
float: left;
}}
I don’t think we need that any longer.
Regards,
Josue
Bingo. We finally finished it!
Great, glad to help :)