Title: content
Last modified: August 19, 2016

---

# content

 *  [breal](https://wordpress.org/support/users/breal/)
 * (@breal)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/content-6/)
 * how do i move my page content more to the right of my webpage and place my links
   in my gray bar

Viewing 15 replies - 1 through 15 (of 28 total)

1 [2](https://wordpress.org/support/topic/content-6/page/2/?output_format=md) [→](https://wordpress.org/support/topic/content-6/page/2/?output_format=md)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/content-6/#post-1832724)
 * Site url? Help is free but psychic costs extra.
 *  Thread Starter [breal](https://wordpress.org/support/users/breal/)
 * (@breal)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/content-6/#post-1832758)
 * [http://www.b-realent.com](http://www.b-realent.com)
    Sorry thanks
 *  Thread Starter [breal](https://wordpress.org/support/users/breal/)
 * (@breal)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/content-6/#post-1832760)
 * im trying to center the content and links in the places they belong
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/content-6/#post-1832763)
 * Try editing style.css and changing:
 *     ```
       #content {
           margin: 0 280px 0 20px;
       }
       ```
   
 * to:
 *     ```
       #content {
           margin: 0 100px 0 20px;
       }
       ```
   
 * and adding:
 *     ```
       #access .menu-header, div.menu {
           position: absolute;
           top: 125px;
       }
       ```
   
 * to the bottom of the stylesheet. But be warned that all of your changes **will**
   be over-written the next time you upgrade WordPress or the theme. For this reason,
   it is recommended that you consider creating a [child theme](http://codex.wordpress.org/Child_Themes)
   for your customisations.
 *  Thread Starter [breal](https://wordpress.org/support/users/breal/)
 * (@breal)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/content-6/#post-1832813)
 * Hey, I need help moving my words on my page to the right side of the screen. (
   b-realent.com)
 * Previously you guys sent me this:
 * Try editing style.css and changing:
 * #content {
    margin: 0 280px 0 20px; }to:
 * #content {
    margin: 0 100px 0 20px; }and adding:
 * #access .menu-header, div.menu {
    position: absolute; top: 125px; }
 * but it didn’t work. help please
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/content-6/#post-1832820)
 * Remember to press CTRL and F5 simultaneously when viewing an updated page/site.
   Or try emptying your browser cache. This should ensure that your web browser 
   fetches a fresh copy of the page rather than serving up an out-dated copy from
   your own cache.
 * Also disable/deactivate any caching plugin(s).
 *  Thread Starter [breal](https://wordpress.org/support/users/breal/)
 * (@breal)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/content-6/#post-1832825)
 * we refreshed the page and it didnt work how do we disable/deactivate the caching
   plugin(s)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/content-6/#post-1832828)
 * > how do we disable/deactivate the caching plugin(s)
 * If you are using any caching plugins, you’ll need to refer to the documentation
   for your particular plugin.
 *  Thread Starter [breal](https://wordpress.org/support/users/breal/)
 * (@breal)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/content-6/#post-1832857)
 * Hey, it’s me again. i have some blue and purple links on the left hand side of
   my page that i want to get rid of. how do i do that?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/content-6/#post-1832861)
 * I can’t see anything on the left hand side of your site.
 *  Thread Starter [breal](https://wordpress.org/support/users/breal/)
 * (@breal)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/content-6/#post-1832863)
 * my apologies it’s not on the main site but it is on some of my sub-domains
 * example television.b-realent.com
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/content-6/#post-1832864)
 * You need to edit your theme’s stylesheet & change the link colors:
 *     ```
       a:link {
           color: #0066CC;
       }
       a:visited {
           color: #743399;
       }
       ```
   
 *  Thread Starter [breal](https://wordpress.org/support/users/breal/)
 * (@breal)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/content-6/#post-1832865)
 * thank you for the info but I dont want those links on the page
 *  Thread Starter [breal](https://wordpress.org/support/users/breal/)
 * (@breal)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/content-6/#post-1832867)
 * how do we delete those blue and purple links off of television.b-realent.com
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/content-6/#post-1832868)
 * Then you need to edit the theme and remove the sidebar.

Viewing 15 replies - 1 through 15 (of 28 total)

1 [2](https://wordpress.org/support/topic/content-6/page/2/?output_format=md) [→](https://wordpress.org/support/topic/content-6/page/2/?output_format=md)

The topic ‘content’ is closed to new replies.

## Tags

 * [content](https://wordpress.org/support/topic-tag/content/)
 * [moving](https://wordpress.org/support/topic-tag/moving/)
 * [template](https://wordpress.org/support/topic-tag/template/)
 * [wording](https://wordpress.org/support/topic-tag/wording/)

 * 28 replies
 * 3 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/content-6/page/2/#post-1832997)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
