• hello, I want to add a small image
    1. on the other side of the title, lets say where the search form from default is. I’ ve already moved the search form.

    https://www.omega-team.eu/235689.jpg

    2. OR somehow in front of h1 and h2 title and description

    https://www.omega-team.eu/111.jpg

    I had an idea to make e.g. a h8 title and inside an image or somehow to enter the image before h1 text but I think it will all be a mess, I want to avoid
    ……………h1………or…….image
    ……………image……………h1
    ……………h2………………h2

    I want it like this….image….h1
    …………………….image….h2

    Site: https://www.omega-team.eu/wp/

Viewing 1 replies (of 1 total)
  • Thread Starter Fladramon

    (@fladramon)

    with dynamic header plugin I managed to add the image onto the hgroup area but somehow I have to tell to php code to go on the right side

    (also for some reason the image it’s resized from a small icon to a very large one)

    <hgroup>
    				<h1 id="site-title"><span><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></h1>
    <?php
    if(function_exists('show_media_header')){
    show_media_header();
    }
    ?>
    				<h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
    
    			</hgroup>

    Is there any way to add the inserted code to h1 so it could be on the same line?

Viewing 1 replies (of 1 total)
  • The topic ‘image on a specific location’ is closed to new replies.