• Resolved sakicmilan

    (@sakicmilan)


    hi, my site is betly.info
    i use header image and text widget for header, how i can change position of that widget to put it in right up corner of header or somewhere else?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author ronangelo

    (@ronangelo)

    You can make the header widget float to the right with CSS.

    Example:

    .widget-header {
       float: right;
    }

    https://www.w3schools.com/css/css_positioning.asp

    HI ??
    I’ve used this to place a button in my header. My header is 120 pixels high (so is the button). but the button appears a “row” below rather than overlapping the right side of header.
    Any ideas?
    Thanks very much

    Thread Starter sakicmilan

    (@sakicmilan)

    Hi g4israel i see you message, i am also new to wordpress but maybe i know answer, i think its because margins/padding. If yours header is 120px high button cant be 120px high because you must add for ex. 3px padding or margins, try with more than 120px high header or <120px button. tell me if that work i am realy interested

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘positioning widget in header’ is closed to new replies.