Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #393095

    Hi guys 3 questions
    1. i try to put the logo on the left and menu center below, following the instruction on the topic https://kriesi.at/support/topic/logo-left-menu-center-below/#post-242132
    Work almost ok. The thing is that my logo goes way far to the left, going out of the screen al 100%.
    2. How can i move up de social icons, and insert some text o image below as in the screenshot n°2

    Thanks

    #393099

    Hey smorrone!

    1- Please replace your code with following

    .html_header_top.html_logo_center .logo {
    left: 50%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }

    2- Please add following code to Quick CSS

    #header_main .social_bookmarks { top: 20%; }

    and please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Regards,
    Yigit

    #393108

    Hey thanks! Part 1, worked great, i have to play alittle with the numbers, finally with -3%; worked great.

    Part 2 i going to check the link you gave me.
    tnx

    #393109

    Hi!

    Sure, we will be waiting to hear from you!

    Cheers!
    Yigit

    #393188

    Hi yigit. So far with the social bookmarks is fine. I followed the link you gave me, but i cant find the way to put an image below the social, bookmarks(like i show you in screenshot n2) with the widget thing

    #393192

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Cheers!
    Yigit

    #393198
    This reply has been marked as private.
    #393276

    Hi!

    “Forbidden
    You don’t have permission to access”. Unfortunately i cannot login. Do you have country based restrictions?

    Cheers!
    Yigit

    #393322
    This reply has been marked as private.
    #393399

    I almost get it using this
    https://kriesi.at/support/topic/how-can-i-add-some-text-to-the-right-of-the-logo-area/
    only thing i am missing is to adjust the image size, and movr it a little bit to the left, to align it to the right with the social icon that is far to the right

    #393654

    Hi!

    Please add following code to Quick CSS as well

    .custom_content { right: 8%; }

    Best regards,
    Yigit

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