Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Thanks for the kind words.
    You can add the code below to the custom css option in General options.

    Adjust the desired margin-left value and replace the 1200px by your Width Trigger value.

    @media only screen and (max-width: 1200px){
      .logo-holder {
        text-align: left!important;
        margin-left: 60px;
      }
    }

    Hope it helps.

    -Takanakui

    Thread Starter mehmet1980

    (@mehmet1980)

    Thank you for your kind information 🙂
    I’m trying it and be back to you soon 🙂

    Plugin Author Rui Guerreiro

    (@takanakui)

    ok. Let me know the result.

    -Takanakui

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Specific logo’s position’ is closed to new replies.