• Hi,
    Appreciate if someone can help me with site design using CSS to insert header text and image correctly. I am looking for…
    1. To insert the company logo image before the text, ACC Catering Tables.
    2. The image size I am working on is about 150×150 pixels.
    Thanks in advance
    andreen

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, for the logo, the following would add it to the .site-branding div. You can adjust the left padding as needed for spacing.

    .site-branding {
    	background: url('URL_OF_IMAGE') no-repeat scroll left center;
    	padding-left: 100px;
    }
    Thread Starter andreen

    (@andreen)

    Hi,
    I want to thank you for your help. Do you suggest that I create a child theme for the purpose of customizing the proposal logo in the theme header?

    A custom logo option is not available on my WP theme, Edin that comes with only the site title and tagline custom.

    Just want to be cautious that this small changes will not be affected should there is an update on the theme.

    Appreciate your help very much.
    Regards
    Andreen

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need CSS help for top header text & image’ is closed to new replies.