Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #460258

    Can you help me to fix this :)

    • This topic was modified 8 years, 10 months ago by alfaweb2.
    #460361

    Hi alfaweb2!

    Please remove following codes from Quick CSS

    form#searchform {
    left: 450px;
    }
    @media only screen and (max-width: 1500px) {
    #top .main_menu form#searchform {
      right: 12%;
    }}
    .main_menu form#searchform {
      position: absolute;
      right: 0;
      top: 10px;
    }
    .main_menu form#searchform {
      top: 15px;
    }
    .main_menu form#searchform {
      top: 3px;
    }

    Cheers!
    Yigit

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