consiglieri 0 Report post Posted October 26, 2011 I have installed the sidebar login plugin. I have placed it in my site header using the Morefoot sidebar. However its positioned below my branding and above my feature slide. I would like it to appear next to the branding (the right side of the page) i.e at the same level and preferably a little smaller in size than it is at the moment. my site is www.teg.pp.se Share this post Link to post Share on other sites
Jenny 33 Report post Posted October 26, 2011 That is because the Morefoot sidebar is a 3-column sidebar. Rather than using that, why not use the universal sidebar? ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
consiglieri 0 Report post Posted October 26, 2011 OK I tried that, but i still don't understand how to position it differently, I want it in the upper right.. where the rss feed button normally is. Share this post Link to post Share on other sites
Jenny 33 Report post Posted October 26, 2011 Do you have it in the universal sidebar now? ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
consiglieri 0 Report post Posted October 26, 2011 Yes I do Share this post Link to post Share on other sites
Jenny 33 Report post Posted October 26, 2011 Your header must be taller for this to work, so I had to make it taller in the CSS below. Try adding the following to your style.css in PlatformBase: [code]#branding .content-pad { padding-bottom: 100px; } ul#list_sidebar_universal { left: 740px; position: absolute; top: 10px; width: 230px; z-index: 2; } ul#list_sidebar_universal .widget-title { margin: 0; padding: 0; text-align: left; } .widget_wp_sidebarlogin form { margin: 0; } .widget_wp_sidebarlogin form p { margin: 0; } input[type="submit"] { background: none repeat scroll 0 0 transparent; border: 1px none; padding: 0; }[/code] ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
consiglieri 0 Report post Posted October 26, 2011 Perfect, works very nicely. I shall send you a message via your website tomorrow. This is my personal page, but I may have need of some of your service for my business. Share this post Link to post Share on other sites
Jenny 33 Report post Posted October 26, 2011 Glad I could help! :) ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
consiglieri 0 Report post Posted October 26, 2011 Any chance on making the widget display a bit smaller so it looks less cramped? Share this post Link to post Share on other sites