Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #60763
    Vitaliy
    Member

    I need to place search box and some text at header right side bar in one line. when I try to do this, widgets placed in separate lines. how ca I do this in one line?

    #60830
    Sakin
    Keymaster

    @Vitaliy: Please add in widgets in your header right sidebar and post in your site URL here. Then I will check in your site and suggest you the custom css.

    #60915
    Vitaliy
    Member

    Thanks for quick reply.
    My site is currently worked on flash disk drive. I used origin CSS file of Catch Cathmandoo Pro (all style changed I do on “Theme options” panel and there are no significnt changes). Please send me corrected CSS to Email [email protected]

    #60950
    Sakin
    Keymaster

    @Vitaliy: Your site need to be online for me to check in and give you custom css. I cannot give it on site which is not live. Sorry for that. Let me know it once you ahve yous site or testing site live.

    #66702
    Vitaliy
    Member

    Here is my live site http://gintel.ru. Please send me custom css for one line search box and some text.

    #66732
    Sakin
    Keymaster

    @Vitaliy: try adding in the following css in “Appearance => Theme Options => Custom CSS”

    #header-right .widget {
        clear: none;
        display: inline-block;
        float: left;
        margin-left: 15px;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘two vidgets at header right sidebar in one line’ is closed to new replies.