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

    Hi!

    I need a custom button link to another page where the social icons can be placed, is it possible ?

    We have a business in two different cities and we have separate website for them, we want to be able to have clear button/link to the other website on each site.

    #448907

    Hi Paul!

    Maybe you could try to put it in a widget? http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Regards,
    Rikard

    #448992

    Thanx!

    Worked nicely to get a widget area to the header, is there a way i can get add button to a widget area like the buttons i can add to a page ?

    I would like the same design.

    #449008

    Ok i forgot i could use a shortcode for the button and just use text/html widget.

    Question regarding the custom css

    #header .widget {
      left: 50%;
      padding-top: 0;
      position: absolute;
      top: 0;
      transform: translate(-50%);
    }

    I figured out how to position it up/down and left/right with % values to top and left.

    What does the transform value do and the position ?

    Also when adding this how does it affect the mobile site ?

    I can’t see the button (which is good) but i just want to make sure it doesn’t scew up anything on the mobile site.

    Site is located here:
    It’s the green button to the top right that is added.
    http://paullindqvist.se/golfbarenallen/

    • This reply was modified 9 years, 6 months ago by paullindqvist.
    #449170

    Hey!

    The translate method moves the element from its current position. You can test it here: http://www.w3schools.com/css/tryit.asp?filename=trycss3_transform_translate

    In that case, you don’t actually need the transform property. Where do you want to position the widget? The left and top property should be enough in order to adjust the position of the widget element.

    Best regards,
    Ismael

    #450797

    Thanx! Just wanted to know the function, i got it positioned where i want it.

    Thanx again!

    #451031

    Hey!

    Great! Let us know if you need anything else. :)

    Cheers!
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Possible to get a custom button on the header’ is closed to new replies.