• Hi there,

    I am using WP for a while now, but I can’t figure one thing out. I need to align my text to the left on my website.
    http://haenenjeugdopen.nl/

    You will see that at the Home page, Fotogallerij, Aanmelden, Sponsors and Contact the text is centered. These pages are the pages you can add in your WP dashboard. While Nieuws (News in Englisch), is the actual blog. And the text over there is aligned to the left.

    Where in the CSS I can find the code to align my text to the left on the pages I mentioned above (home page, fotogallerij, aanmelden, sponsors).

    I also have a question, of moving my twitterfeed to the Homepage in stead of the Nieuws page.

    Hope you guys/girls can help me!

    Thanks in Advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Where in the CSS I can find the code to align my text to the left on the pages I mentioned above (home page, fotogallerij, aanmelden, sponsors).

    Download firebug, turn it on, click inspect and hover over the text on the page. It will tell you the exact location of the css you need to change.

    I also have a question, of moving my twitterfeed to the Homepage in stead of the Nieuws page.

    -change the page template on the home page to right sidebar

    @rutgernac – you need to make a child theme before making any changes to your theme files. Otherwise all your changes will be overwritten when WP is updated.

    Using Firebug as suggested above will show you the code, but then you should COPY that code to your child theme style.css file and make the changes there.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Align text in pages’ is closed to new replies.