• Resolved saranee

    (@saranee)


    Hi,

    I am using the layout that has the left column side bar with the content on the right.

    I would like to move the content up as the title and content appear about an inch down on the page. It looks like this is because you can add a header at the top of the content area. I do not want to add a header there. I would like to move the title “About” and the content up about 1/2 an inch from the top of the right column box.

    I am using the child theme to make my changes that came with the theme. Can you tell me how to do this?

    Thanks
    Saranee

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Saranee…. If I understand correctly, you want to bring the content part further up the page to the top. The styling that does this is located in the style.css file around line 362 and looks like this:

    #content {
    	padding-top: 30px;
    }

    You will need to do some custom CSS to override that padding of 30px.
    By the way, glad to hear you are using a child theme ??

    Thread Starter saranee

    (@saranee)

    Thanks so much for your help. I really love the theme.

    Saranee

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is there a way to move the title and content up to the top of the page?’ is closed to new replies.