• 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)
  • Site url? Help is free but psychic costs extra.

    Thread Starter breal

    (@breal)

    Thread Starter breal

    (@breal)

    im trying to center the content and links in the places they belong

    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 for your customisations.

    Thread Starter breal

    (@breal)

    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

    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

    (@breal)

    we refreshed the page and it didnt work how do we disable/deactivate the caching plugin(s)

    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

    (@breal)

    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?

    I can’t see anything on the left hand side of your site.

    Thread Starter breal

    (@breal)

    my apologies it’s not on the main site but it is on some of my sub-domains

    example television.b-realent.com

    You need to edit your theme’s stylesheet & change the link colors:

    a:link {
        color: #0066CC;
    }
    a:visited {
        color: #743399;
    }
    Thread Starter breal

    (@breal)

    thank you for the info but I dont want those links on the page

    Thread Starter breal

    (@breal)

    how do we delete those blue and purple links off of television.b-realent.com

    Then you need to edit the theme and remove the sidebar.

Viewing 15 replies - 1 through 15 (of 28 total)
  • The topic ‘content’ is closed to new replies.