Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #875108

    Hi,

    i want to center the top logo (.logo) but it is not working as i want it.
    what ist the best way?

    #875121

    Shall we ask the glass sphere? no joking aside.
    Is there a link in private content area? i would like to help you – but without link only mods could help you here (if there is a link in private area)
    To help needs more input – and always best is a link

    #875123
    This reply has been marked as private.
    #875328

    Hi Mauricio,

    I see the logo in the center. Did you get it working for you?

    Best regards,
    Victoria

    #875351

    Yes, but it is in % and not working well on mobll devices!

    Mauricio

    #875498

    Hi Mauricio,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
      #top div .logo {
          left: 23%;
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.