• Hello all! Help me please!
    I’m a beginner and can’t understand how to remove distance between page-title and text area… and text area make wider… Or remove page-title from page..

    https://www.horsespalamos.com/

    Thank you!!!

    • This topic was modified 7 years, 10 months ago by bondesign. Reason: add question
Viewing 3 replies - 1 through 3 (of 3 total)
  • If you are referring to home page, you will need to edit style.css. IT should be your “line-height”. Adjust those and you will close or lengthen the gap. Make text wider, same thing change “font-size”. Remove page title? I not sure what you mean.

    Thread Starter bondesign

    (@bondesign)

    Thank you for your answer! I could not find where to change it in the file style.css..
    I found where to change the distance between lines of text, change the logo position and position of the header… but i can’t found where change line-height for change distance… for example distance between “Inicio” and text area “Lorem ipsum..”

    * Remove page title? I not sure what you mean.

    Remove names of page, for example, “Inicio”, “Actividades”, “Galeria”, etc.. from page

    Thank you So Much!!

    Thread Starter bondesign

    (@bondesign)

    I’m find!!!!

    body:not(.has-sidebar):not(.page-one-column) .page-header,
    body.has-sidebar.error404 #primary .page-header,
    body.page-two-column:not(.archive) #primary .entry-header,
    body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
    float: left;
    width: 26%;
    }

    .blog:not(.has-sidebar) #primary article,
    .archive:not(.page-one-column):not(.has-sidebar) #primary article,
    .search:not(.has-sidebar) #primary article,
    .error404:not(.has-sidebar) #primary .page-content,
    .error404.has-sidebar #primary .page-content,
    body.page-two-column:not(.archive) #primary .entry-content,
    body.page-two-column #comments {
    float: right;
    width: 74%;
    }

    38% changed of 26% and 58% changed of 74%

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How change distance between title and text area’ is closed to new replies.