Masthead- logo title running together how many images can go on home page?

  • Unknown's avatar

    1. The masthead on http://www.sunnysideartstudio.com is running into each other (logo and title are overlapping) can you please correct or tell me step by step how to change the code to correct?

    2. on the home page, how many images can I add before the site takes too long to upload/view? thanks much, Diane

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    The masthead on http://www.sunnysideartstudio.com is running into each other (logo and title are overlapping) can you please correct or tell me step by step how to change the code to correct?

    To move your title and tagline over to the right so they don’t overlap with your logo, try this CSS code:

    .site-title, .site-description {
    margin-left: 100px;
    }

    While there isn’t a hard-and-fast number of images, you may want to try adding no more than about 200-300 KB worth of images to your homepage. Loading times vary depending on a user’s Internet connection, and bandwidth may be more of a concern on mobile devices, for example.

    Right now, you have 2260 KB worth of images, which I found by using the Information > Document Size tool in the Firefox Web Developer’s toolbar.

    Just let me know if you need further help.

  • The topic ‘Masthead- logo title running together how many images can go on home page?’ is closed to new replies.