Viewing 8 posts - 31 through 38 (of 38 total)
  • Author
    Posts
  • #452322

    Hey!

    Can you please make the account an admin so i can edit the custom CSS?

    Best regards,
    Josue

    #452327

    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/.

    #452330

    You should be good now! And my site is live :D

    #452828

    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

    #452838

    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.

    #452842

    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

    #452844

    Bingo. We finally finished it!

    #452847

    Great, glad to help :)

Viewing 8 posts - 31 through 38 (of 38 total)
  • The topic ‘How do I…? – Part 2’ is closed to new replies.