Move position of sidebar slightly to the right
-
I want to move the sidebar in the site https://www.cutebabycontest.net
My aim is to get the full width page and the sidebar at the extreme right for keeping ads.I want the sidebar to be outside the full width page.
i want to do it in Shuttershot theme.(i have changed my theme now)
It would be very great if there is any plugin to do this.
This are some of the possible related css codings.
/* Right column non-widgets*/ .right{ float:right; width:260px; padding:15px 0px 0px 0; margin:10px 20px 0px 0px; display:inline; overflow:hidden;
/* The Sidebar WIDGETS */ .sidebar{ float:left; } h3.sidetitl{ font-family:'BebasNeueRegular'; color:#222; font-size:22px; padding:0px 0px 0px 0px; margin-bottom:10px; font-weight:normal; } .sidebox{ width:260px; margin:0px 0px 30px 0px; list-style:none; color:#6f6f6f; } .sidebox ul { list-style-type: none; margin: 0px; padding: 0px 0px 5px 0px ; } .sidebox li{ list-style-type: none; margin: 0 ; padding: 0; } .sidebox ul ul { list-style-type: none; margin: 0; padding: 0px 0px 0px 0px; background-repeat:no-repeat; } .sidebox ul ul ul { list-style-type: none; margin: 0; padding: 0; border:0; } .sidebox ul ul ul ul { list-style-type: none; margin: 0; padding: 0; border:0; } .sidebox ul li { height:100%; line-height:18px; clear:left; width: 300px; margin:0px 0px; list-style-type: none; } .sidebox ul li a:link, .sidebox ul li a:visited { color:#6f6f6f; text-decoration: none; padding: 5px 0px 5px 0px; display:block; } .sidebox ul li a:hover { color: #0e88a7; } .sidebox.widget_categories ul li,.sidebox.widget_pages ul li,.sidebox.widget_archive ul li, .sidebox.widget_links ul li,.sidebox.widget_meta ul li{ padding-left:0px; border-bottom:1px solid #eee; } .sidebox.widget_recent_entries ul li a{ border-bottom:1px solid #eee; } ul#recentcomments li.recentcomments { padding:5px 0px; border-bottom:1px solid #eee; }
Thank you very much for this help
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Move position of sidebar slightly to the right’ is closed to new replies.