• The site and tagline are now positioned in the bottom part of the image.
    I want it to be higher up on the page.
    How can I do this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Need to post your site url so we can see what the error/issue is ??

    On home page initial load view, main menu is at the bottom. The submenus drop down out of view instead of up so they can be read ??

    Thread Starter alexbe

    (@alexbe)

    On the demo page https://www.ads-software.com/themes/twentyseventeen/ of the theme twenty seventeen you can see the image of the pot with the striped cactus. To the left of the pot with the cactus there is the text “THEME PREVIEW” and “Previewing Another WordPress Blog”. This text is in the demo just below the pot.
    This text I want to be placed a bit higher up on the page, exactly left of the striped cactus.
    I know this is possible, because I managed to do it previously, but now I cannot remember what I did. I assume I changed something in the style.css

    try

    .home.blog.has-header-image .site-branding {
    margin-bottom: 200px;
    }

    may need to see what it looks like at different screen sizes, if so look at adding a media query

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Position of site title and tagline’ is closed to new replies.