Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #31177
    radeksalomon
    Member

    Hello,

    I would like to place the slidebar to the header or to header right sidebar. But the sidebar is stretching the Easing Slider. Is there a way how to add the slier next to the logo above secondary menu?
    If you tell me buy the Pro version it works I do. But I do not know if Pro version can do this.

    Thanks.
    Radek

    #31307
    Sakin
    Keymaster

    @radeksalomon: Yes there is Header Right Sidebar. Where you can add your add widget to your Header Right Sidebar and it will be at right section to your logo. Can you send me your site URL?

    #31310
    radeksalomon
    Member

    Thanks for reply. The web is http://stuffmed.com.
    In the header sidebar you can see one object but it it stretched because in works responsive and changes the size. I do not why.

    Radek

    #31336
    Sakin
    Keymaster

    Hello Radek,

    I just check in your site but there is only 3 dots in header right sidebar. The Slider is not loading at all.

    Regards,
    Sakin

    #31338
    radeksalomon
    Member

    Try to shrink the browser window to activate responsive. The slider will appear.
    Radek

    #31342
    Sakin
    Keymaster

    Hello Radek,

    It’s strange. It is showing in the screensize below 961px. Also I see that you image in slide is 640px. So, here goes the css for header sidebar size for screensize above 960px. Try adding in the following css in “Appearnace => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {	
    #header-right .widget { width: 640px; }
    }
    #31343
    radeksalomon
    Member

    It works. Thanks a lot.
    Radek

    #31344
    Sakin
    Keymaster

    That’s nice. But I have come up with better css. Can you replace the previous css with the following.

    @media screen and (min-width: 961px) {	
    #header-right .widget { width: 540px; }
    }
    @media screen and (min-width: 1025px) {
    #header-right .widget { width: 600px; }	
    }
    @media screen and (min-width: 1153px) {
    #header-right .widget { width: 640px; }
    }
    #31353
    radeksalomon
    Member

    Done. Thanks a lot.

    Radek

    #33332
    dfjama
    Member

    Thanks Sakin, Every time I read your feedback I like to thank. I am fan of your themes to be honest.

    #33445
    Sakin
    Keymaster

    @dfjama: Thanks for your appreciation.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Header Right Sidebar and slider’ is closed to new replies.