Home Forums ArileWP Pro Site identity alignment

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #14360
    Rebecca Warrington
    Participant

    Hello,

    How can I have the site title aligned to the left and the tagline centered?

    qgf.394.myftpupload.com

    Thanks!

    #14420
    themearile
    Keymaster

    Hi Rebecca

    See the screenshot and let us know, do you want to look like this https://prnt.sc/105epam


    Thanks

    #14447
    Rebecca Warrington
    Participant

    Not exactly. I want the site identity and the menu buttons on the same line, like in your screen shot. But, I want the tagline centered below them.

    #14509
    themearile
    Keymaster

    Hi Rebecca

    Okay, Kindly add the below CSS in the Additional CSS box, Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to publish button.

    .navbar.navbar-light {
        padding-bottom: 30px;
    }
    .site-branding-text .site-description {
    	text-align: center;
    	position: absolute;
    	left: 0;
    	right: 0;
    }
    @media (max-width: 992px){
    	.navbar.navbar-light {
    		padding-bottom: 50px;
    	}
    }
    @media (max-width: 768px){
    	.navbar.navbar-light {
    		padding-bottom: 15px;
    	}
    	.site-branding-text .site-description {
            position: relative;
    	}
    }

    Let us know if it works for you.


    Thanks

    #14515
    Rebecca Warrington
    Participant

    Perfect. Thank you!

    #14588
    themearile
    Keymaster

    Dear Rebecca,

    Glad to know it. We hope you are enjoying the ArileWP theme.

    Please help us improve our customer satisfaction by writing a quick review https://wordpress.org/support/theme/arilewp/reviews/?filter=5 . We would be extremely grateful.

    Please let me know if you need any further assistance..!

    Thank you for your time.

    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Site identity alignment’ is closed to new replies.