• Resolved danielPh

    (@danielph)


    Where can I change position and size of page title in Twenty Ten Theme?
    Programming experience is limited to Visual Basic and I don’t really know where or what to alter in the PHP templates or the page HTML code.

Viewing 4 replies - 1 through 4 (of 4 total)
  • unless the change of position is radical, there is no need to edit php or html, just css – style.css of the theme:

    if it is just for page titles (as in wordpress page) then add a new style to style.css:

    .page .entry-title { font-size: 150%; /*css positioning*/ }

    https://www.w3schools.com/css/css_font.asp
    https://www.w3schools.com/css/css_positioning.asp

    if you like more help, please give more details and post a link to your site.

    Thread Starter danielPh

    (@danielph)

    Tried it but it didn’t seem to work. Am using 1 column template. Where in the .css should I place the above code or doesn’t it matter.
    Gleneirau3a.com

    which title do you want to move?

    if you mean the site title top left, then the style for it is:
    (regardless which template you are using)

    #site-title { }

    otherwise – could you post more details?

    Thread Starter danielPh

    (@danielph)

    Thanks for the help.
    However I’ve just found out how to remove the page titles which is what I’ve just done.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘moving and resizing Twenty Ten page title’ is closed to new replies.