• Resolved PECER

    (@pecer)


    Hello this is great plugin …

    Can you help me how we can manage the style of widgets?

    I’d like to create a theme here example:

    <div id="widget-1-perso">
    	<div id="wid-1-perso-title"></div>
    	<div id="wid-1-perso-titlet"></div>
    </div>
    
    #widget-1-perso {
      width: 300px;
      height:250px;
    }
    #wid-1-perso-title {
      float: left;
      width: 300px;
      height:30px;
    }
    #wid-1-perso-title {
      float: left;
      margin-top:10px;
      width: 300px;
      height:210px;
    }

    thank you

    http://wordpress.org/extend/plugins/widgets-on-pages/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Pecer,

    I’d love to help… though I don’t understand what you’re after.
    Can you please try to clarify the question further? Perhaps with some example?

    Thanks,
    Todd

    Thread Starter PECER

    (@pecer)

    As the plugin, you can create a lot of the widget and displayed in the template or the page …
    I would like to create a css for each widget …

    Custom, title, text, background …

    for example here in the link, there is the css for the widget horiz

    http://gingerbreaddesign.co.uk/todd/2011/05/08/wordpress-widgets-on-pages-horizontal-layout-demo/

    http://data.imagup.com/10/1137755200.jpg

    Thread Starter PECER

    (@pecer)

    I understood the system of css for wordpress-widget;)
    This is a test;)

    #test-1 {
      overflow: auto;margin: 10px ;padding: 10px ;
    }
    #test-1 .widget {
    
    	float: left;
    	width:31%;
    	background: #fff;
    	margin: 5px;
    	border: solid 1px #038cc0;
    }
    #test-1 .widget h3 {
    	color:#038cc0;
    	font-weight:bold;
    	font-size:14px;
    	text-align:right;
    	background: #b5f20e;
    	border-bottom: solid 1px #038cc0;
    
    }
    
    #test-1 .textwidget{
    padding:5px;
    color:#4d4d4d;
    font-family: arial;
    font-size:12px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Widgets on Pages] create un theme for widget’ is closed to new replies.