Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Gha3mi.com

    (@aligha3mi)

    Thank you so much.?? I’m trying to create child theme now.

    ?I added the logo in header.php without plugin:

    <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><img src="https://gha3mi.com/wp-content/uploads/2016/06/logo.png" alt="Seyed Ali Ghasemi" style="width:30px;height:30px">
    <?php bloginfo( 'name' ); ?></a></h1>

    ?I putted my social links in a container. I tried to put theme outside of .site-branding but didn’t work. And i can’t move it to left side of the menu button.

    <div style="float:left;width:195px">
    		<a href="https://www.linkedin.com/in/Gha3mi">
    		<img src="https://gha3mi.com/wp-content/uploads/2016/08/linkedin.png" alt="LinkedIn" style="width:20px;height:20px">
    		</a> 
    		<a href="https://www.facebook.com/Gha3miCom">
    		<img src="https://gha3mi.com/wp-content/uploads/2016/08/facebook.png" alt="Facebook" style="width:20px;height:20px">
    		</a> 
    		<a href="https://twitter.com/Gha3miCom">
    		<img src="https://gha3mi.com/wp-content/uploads/2016/08/twitter.png" alt="Twitter" style="width:20px;height:20px">
    		</a> 
    		<a href="https://www.instagram.com/Gha3miCom">
    		<img src="https://gha3mi.com/wp-content/uploads/2016/08/instagram.png" alt="Instagram" style="width:20px;height:20px">
    		</a> 
    		<a href="https://telegram.me/Gha3miCom">
    		<img src="https://gha3mi.com/wp-content/uploads/2016/08/telegram.png" alt="Telegram" style="width:20px;height:20px">
    		</a> 
    		<a href="https://docs.com/Gha3mi">
    		<img src="https://gha3mi.com/wp-content/uploads/2016/08/Docs.jpg" alt="Docs" style="width:20px;height:20px">
    		</a> 
    		<a href="https://gha3mi.com/feed">
    		<img src="https://gha3mi.com/wp-content/uploads/2016/08/rss.png" alt="RSS" style="width:20px;height:20px">
    		</a>
    </div>
    Thread Starter Gha3mi.com

    (@aligha3mi)

    Thank you so much Chad,
    That’s good
    it is Working.

    @media screen and (min-width: 768px) {
    body.page .entry-header,
    body.single .entry-header {
    width: 100%;
    }
    .page .entry-content,
    .single .entry-content {
    width: 944px
    }
    }

    Thread Starter Gha3mi.com

    (@aligha3mi)

Viewing 3 replies - 1 through 3 (of 3 total)