Viewing 30 posts - 1 through 30 (of 31 total)
  • Author
    Posts
  • #453315

    hi, can you help me to move the main menu to the right? the logo is not displayed correct at the moment.

    #453317

    Hey alfaweb2!

    You have following code added to your custom CSS twice

    .avia-menu.av-main-nav-wrap {
      left: -60px;
    }

    Please remove both of these lines

    Regards,
    Yigit

    #453675
    This reply has been marked as private.
    #453852

    Hey!

    We have provided you following code and you have it within your custom CSS

    .av-preloading-logo {
      position: relative;
      top: 100px;
    }

    Please adjust the top value. Then add following code to Quick CSS

    #top .av-siteloader {
      border-left-color: orange;
    }

    Cheers!
    Yigit

    #454299

    Great, thank you very much. is there a way to make the preloader cicrle graphic smaller?

    #454596

    Hi!

    Please add following code to Quick CSS as well

    .av-siteloader, .av-siteloader:after {
      width: 20px;
      height: 20px;
    }

    Best regards,
    Yigit

    #455632
    This reply has been marked as private.
    #455633
    This reply has been marked as private.
    #455641

    I have fixed the border styling issue :) only the image size is a big problem? can you help me?

    #455642
    This reply has been marked as private.
    #455644
    This reply has been marked as private.
    #455868
    This reply has been marked as private.
    #456128

    Hi!

    Please add following code to Quick CSS

    .avia-section img {
      width: auto;
    }

    Seems like you have figured out logo issue as well? If not, please post a screenshot and show the issue. It does look fine on my end :)

    Cheers!
    Yigit

    #456259
    This reply has been marked as private.
    #456261
    This reply has been marked as private.
    #456262

    Hi!

    Please find following code in your custom CSS

    .main_menu {
      position: absolute;
      left: 200px;
    }

    and change 200px to 240px

    EDIT: Images look fine on my end – http://i.imgur.com/EbWkCBe.png

    Best regards,
    Yigit

    • This reply was modified 9 years, 5 months ago by Yigit.
    #456265
    This reply has been marked as private.
    #456305
    This reply has been marked as private.
    #456588

    Hey!

    Please remove following code from your custom CSS

    .avia-image-container-inner, .avia_image, .av-image-caption-overlay {
      left: -80px;
      width: 116%;
      max-width: 150%;
    }

    Best regards,
    Yigit

    #457436
    This reply has been marked as private.
    #457437
    This reply has been marked as private.
    #457640
    This reply has been marked as private.
    #457802

    Hi!

    Please add following code to Quick CSS

    .page-id-14 .avia_ajax_form .form_element_half {
      clear: both;
    }

    Do you mind creating a temporary admin login for image issue? The ones you posted here are no longer working for me – https://kriesi.at/support/topic/logo-26/#post-456261

    Regards,
    Yigit

    #457837
    This reply has been marked as private.
    #457839
    This reply has been marked as private.
    #457886

    Hi!

    I have commented out your custom CSS code regarding images in Quick CSS field. I also created a testing page and saved a template. Please feel free to remove them.
    You are currently not using the latest version of Enfold, please update the theme to 3.2 – kriesi.at/documentation/enfold/updating-your-theme-files/. You can now edit column elements and adjust their margin values independently, so you do not need to enter custom CSS code to move your images to the left or right.
    I will check your other topic as well.

    Greetings from sunny Vilnius,
    Yigit

    #457933
    This reply has been marked as private.
    #457937

    Hey!

    You can adjust padding value in the first code i posted here – https://kriesi.at/support/topic/custom-image-look/#post-457896
    If that does not help, please post a screenshot and show how you would like it to look.
    Also, it would be a lot better if we stick to one topic or it is getting a bit confusing :)

    Best regards,
    Yigit

    #457946
    This reply has been marked as private.
    #458278
    This reply has been marked as private.
Viewing 30 posts - 1 through 30 (of 31 total)
  • The topic ‘logo’ is closed to new replies.