Try to edit your style.css in the following way:
Find this: #secondary
And edit it in this way:
#secondary {
float: left;
margin: 28px;
width: 22.8%;
}
And then find this: #primary
And edit it in this way:
#primary {
float: right;
margin: 0 -55px;
width: 80%;
}
By doing this, your sidebar will move to the right. You can keep working on these css properties till you get your perfect layout.
Note that this works for TwentyEleven theme.
Related Posts:
- bloginfo(‘stylesheet_directory’) vs. get_stylesheet_directory_uri() and include(‘file.php’) vs. get_template_part()
- Can the Twenty Eleven theme have a Main Sidbar at all?
- Get list of all registered sidebars
- What is the difference with get_sidebar and dynamic_sidebar?
- how do I get_sidebar into a varaible?
- Best way of making multiple sidebars
- Hooking a function onto the sidebar?
- Changing name of sidebar widget
- Getting post-thumbnails from another WP site
- dynamic_sidebar not rendering sidebar
- Get custom side bar on custom post archive page
- Custom per-page sidebar widgets .. possible?
- How do I hook a sidebar via add_action?
- Add class to before_widget for all widgets with a dropdown and a counter
- Why max-width:97.5% on content images?
- Display comment form of specific page in sidebar
- why does twenty eleven theme mix up the css measurement units?
- Category specific months list in sidebar.php
- Add featured image to sidebar [closed]
- Best approach for loading a sidebar Only if the screen max-width is >900px?
- WordPress twenty eleven sidebar on Pages
- Is there possibility to Customize the present theme adding sidebars
- Get a sidebar at the top of the page
- Custom sidebar not showing in the dashboard
- Sidebar random author spotlight
- Sidebar Generator? :)
- Main Sidebar Dispappeared – What could possibly cause this?
- Change which sidebar get_sidebar() gets from functions.php
- How to exclude parent category but show child categories?
- Specific and Different Ads for each Post?
- Why and how is twentythirteen adding a margin-top to my footer?
- customizing recent posts
- Adding content to sidebars
- Twenty Ten child theme has post on an inner page. Cant get that page to use my desired template
- Template part vs Sidebar (differences)
- Change sidebar headers from H1?
- Layout shop page: resize images and columns
- Load same sidebar multiple times
- Duplicate and alter sidebar for Twenty Eleven
- Backend menu sidebar collapsed by default every time? [duplicate]
- Make “sidebar template” the default template for new pages
- Vertical Sidebar Menu Parent and Child not displaying correctly [closed]
- Get sidebars depending on page
- change sidebar or just widgets for 2 specific post type single posts
- Unregister sidebar from Child-Theme
- How to determine which custom header image is being shown
- How can I hide the sidebar on specific pages?
- How to delete wordpress menu
- Display sidebar if blog
- How can you add a link to a sidebar description?
- unregister_sidebar() in stand-alone theme not working
- How can I hide Home in my menu in a specific page?
- Why does the TwentyTen Theme sidebar have a class called ‘xoxo’?
- different class (css) for sidebar widgets
- Missing sidebar parameter “fix” – before_content
- Dynamic Sidebar for subcategory of a category
- Same date is repeating on my custom ‘Most Recent Posts’ on sidebar
- How to add Sidebar and Full width option in post editor
- Corrupt WordPress Design/Appearance [duplicate]
- WordPress Twenty Fourteen Theme Sidebar
- How are Dynamic Sidebar Widgets rendered
- how to exclude posts on current page from recent posts sidebar widget
- How to add a class when there’s no sidebar?
- Output dynamic_sidebar into PHP
- Creating a different side bar for single posts than for main page.
- How to create my own sidebar in Twenty Eleven child theme?
- Sidebar loop – Thematic Framework
- WP for main site and two blogs – implementation
- How to have dynamic sidebar content per post
- How put links in wordpress dynamic sidebar?
- How to list custom post types in a secondary sidebar?
- From what hook on is it possible to conditionally add actions?
- Dividing widgets in sidebar?
- Post thumbnails in sidebar & footer?
- Paging in a sidebar mini loop
- How to add an entry to the Page/Post Settings Sidebar? [duplicate]
- Sidebar on the wrong side of the page
- Include a sidebar on the static front page of twenty thirteen
- How to get the sidebar HTML content?
- Adding Multiple Sidebars
- How to increase maximum number of sidebars support?
- author list not linking to correct page
- if statement in sidebar.php checking page id or template or title
- sidebar parameters (before_widget, before_title) not Working
- How to use my menu PHP code as sidebar?
- Unable to call specific dynamic_sidebar
- Override WordPress Widget CSS Classes?
- Display smilies in Sidebar, too?
- How to enable the default sidebar area?
- Remove Sidebar from WordPress [closed]
- Move Sidebar from Above Content To Below When Responsive [closed]
- Call dynamic sidebar by name not ID
- Sidebar widget not displaying after simple code update.
- How to send data to sidebar?
- Dynamic sidebar rendered in another place than i would like
- Gutenberg sidebar example does not update meta field in the database
- Implementing Sticky Kit on WordPress
- Check if sidebar is rendered?
- Not Getting Sidebar
- Where is dynamic_sidebar content defined?