Header Widget Position

  • smashedup

    #813

    I am wondering how to make the header widget float to the left of the header section, I am somewhat new to PHP etc. . .I have tried a few things and I’m not sure how to do this.

    Thanks!

    smashedup

    #13652

    ps. I meant right. I have added a social sharing plugin to this widget and when it’s on the left side it clashes with the look of the header logo, if it would float to the right it would look great, thanks again for any help.

    smashedup

    #13653

    never mind figured it out

    aulisios

    #13654

    Can you please tell me what you did to fix this? I am only slightly familiar with PHP and I’m having the same issue.

    Admin

    Syahir Hakim

    #13655

    Insert this code either in your child theme’s CSS file, or in the theme’s Custom CSS option:

    #header .sidebar-wrap{
    float: right;
    }

    aulisios

    #13656

    Thank you so much!! I did add a little more, but my ending code looked like this:

    #header .sidebar-wrap {
    float: right;
    position: absolute;
    top: 55px;
    left: 825px;
    z-index: 1000;
    }

    I appreciate all your help!

    zuzukela

    #13657

    please help me smb. I want to set .gif picture on the header of graphene. I remove top bar side and my header is top:0px position. and want insert my picture on the left side.I try this cs code:

    #header .sidebar-wrap {

    float: right;

    position: absolute;

    top: 55px;

    left: 200px;

    z-index: 1000;

    background:url(mypicture.gif);

    }

    but it’s fails. please help me. thanks a lot.

    zuzukela

    #13658

    I insert my header from graphene’s options on admin dashboard. please smbd help((

    Mod

    Kenneth John Odle

    #13659

    URL?

    zuzukela

    #13660

    I wanted to insert image and not widget. it’s possible?

Viewing 10 posts - 1 through 10 (of 11 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.