• Resolved yu51a5

    (@yu51a5)


    I have two widgets in the header of my website (http://www.yu51a5.com/), they are one on top of another. How to put them side by side (subscribe widget would be a bit narrower)?

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter yu51a5

    (@yu51a5)

    Found it:

    #subscribe-submit {
    	display: block;
    }
    
    #subscribe-text {
    	display: block;
    	width: 45% !important;
    }
    
    #subscribe-email input {
    	display: block;
    	width: 45% !important;
    }
    
    #sidebar-header {
    	padding:0px;
    	margin-top:0px;
    	min-height: 200px;
        overflow: auto;
    }
Viewing 1 replies (of 1 total)

The topic ‘How to put the widgets side by side in the header?’ is closed to new replies.