Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #764638
    #764811

    Hey alpaezes,

    Not by default, but you can try adding one: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Rikard

    #765289

    Thanks, I´ll try

    #819181

    I´m trying to position the logo on the left and the widget on the right. Could you help me with this?
    Shrinking header option is unchecked.
    Thanks

    #819221

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .html_header_top.html_logo_center .logo {
        left: 0;
        -webkit-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }

    Best regards,
    Rikard

    #820445

    Thanks, but I have another question: ¿How can I position the right widget under the logo in mobile view?
    Thanks again!

    #820936

    Hi,

    Please try this in Quick CSS :

    @media only screen and (max-width: 767px) {
    #header .widget {
        left: 10%;
        top: 0;
    }
    }

    You will probably have to adjust the values a bit to achieve your desired layout.

    Best regards,
    Rikard

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