• Hi all! I have a site using twentyten theme with some modifications. The Page I am trying to edit is: https://jessjakusart.com/wordpress/?page_id=14

    Ideally, what I would like is for the image to be on the left, and the text on the right. Right now, the text is wrapping around the image. However I go not want this layout on any other Pages.

    Is there a somewhat simple way to do this? I can make columns in CSS, but again, I want this to affect this Page, and none of my other Pages. I know basic CSS but I am pretty much a noob. = )

    Any help would be very much appreciated!!

    -J

Viewing 2 replies - 1 through 2 (of 2 total)
  • Just edit the page, using the text editor. This editor will allow you to insert any html and inline css needed for your layout of this page.

    Alternately you can install a plugin that gives you a shortcode to make columns or a table.

    The third option is to add theme CSS that targets your specific page, and no other page. Just include the class page-id-14 as the first element of your CSS selector, like .page-id-14. This class is a so called body class. The html <body> element has this class on this page, inserted by WordPress.

    Thread Starter thistleshalom

    (@thistleshalom)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change CSS in one Page without it affecting other Pages?’ is closed to new replies.