Reduce space between Site Title and header image, header image to text

  • Unknown's avatar

    Hi there,

    I have two questions regarding the space between the Site Title and the header image. As you can see on my website the space is quite big. I want to either
    1) Reduce the space between the header image and the site title
    2) Write something in that empty space

    Any help would be appreciated since I just started learning CSS and I am a complete newbie. Thank you in advance!

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

  • I cannot access your website as it is protected. Is it possible to make it public so I can try to come up with the CSS.

  • Unknown's avatar

    I was able to remove the space but I cannot write a third line (the dates and venue) under it. I appreciate your help, chaitanyamsv. I just made it public and hope that you can give me the CSS for adding the venue and date below the subtitle :) Thank you!

  • Please try this. The values are just indicative. Feel free to change / experiment :-)

    p#site-description:after {
        display: block;
        content: "Date and venue goes here.";
        color: orange;
        text-transform: none;
    }
  • Unknown's avatar

    Thank you so much, Chaitanyamsv! It workes perfectly! I really appreciate. Thanks again :)

  • The topic ‘Reduce space between Site Title and header image, header image to text’ is closed to new replies.