Customize Arcane Header Layout

  • Hello!

    i would like to change the Header layout of my Arcane Theme. i would like to have the Logo and Site description on the same row align side by side. I’d like to change the Site description for saying below the Logo, i feel this should be possible using the right CSS code.

    Thanks in Advance..

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

  • Hi there, You are using Lodestar theme on your blog. Could you please provide the URL of the website which has Arcane theme installed.

    i would like to have the Logo and Site description on the same row align side by side.

    You can try the following CSS to align the logo and site-description side by side on Arcane theme. You have to see how long is your site description and how it looks on mobile. Based on that, you need to change the CSS for mobile.

    
    .site-logo-wrapper {
        padding-right: 20px;
    }
    .site-branding-wrapper {
        justify-content: center;
        flex-direction: row;
    }

    I’d like to change the Site description for saying below the Logo
    Site description is already below the logo in the Arcane theme.

    Let us know if that helps :)

  • Big Thanks to you Yashitamittal.. it worked out fine.

    There is the website: versusfit.wordpress.com

    what do you think. can any further customization be made on the Header?

  • Hello,

    The website versusfit.wordpress.com does not seem to exist. However I do see that versusfit.net is a valid address, perhaps this is the website in question?

    If it is, it looks as though this website is a self-hosted WordPress.org site rather than WordPress.com.

    This forum is designed to help clients hosted by WordPress.com. For more information on the difference between the two please check out this link: https://en.support.wordpress.com/com-vs-org.

    If you are in need of support for your self-hosted website you may be able to find an answer on the WordPress.org support page at the link provided: https://wordpress.org/support/ or as an alternative you may want to contact your hosting provider.

    If I am incorrect in my assumption, please provide a valid address for the website that you require assistance with.

    Cheers

  • The topic ‘Customize Arcane Header Layout’ is closed to new replies.