Home Forums ArileWP Pro Pro Questions “ArileWP Pro”

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #23858
    Craig Neff
    Participant

    1. is there a way to move the logo from above the site name and tag line over to the left of the site name and tagline ? to the left like in my picture ?

    2. is there a way to totally disable the footer so it gets rig of the spacing at the bottom even if the footers are all disabled ?

    #23877
    themearile
    Keymaster

    Hi Craig

    Thanks for contacting us.

    Yes, we can do it for you but please share your site URL so we can take a look and provide you a better solution.


    Thanks

    #23887
    Craig Neff
    Participant

    https://highlandsrcclub.com

    • This reply was modified 2 years, 2 months ago by Craig Neff.
    #23888
    Craig Neff
    Participant

    DELETED AND CORRECTED PREVIOUS NPOST

    • This reply was modified 2 years, 2 months ago by Craig Neff.
    #23895
    themearile
    Keymaster

    Hi Craig Neff

    1. Ok please add the below CSS in the Additional CSS box, go to the Appearance => Customize => Additional CSS then paste the CSS here and click to publish button.

    @media (min-width: 992px) {
    .theme-header-logo-center .navbar-brand {
    float: left !important;
    width: 23% !important;
    display: inline-block !important;
    margin-right: 2% !important;
    }
    .theme-header-logo-center .site-branding-text {
    float: left !important;
    width: 75% !important;
    text-align: left !important;
    margin-top: 2.125rem !important;
    }
    }

    2. And please follow the below help article to remove the footer from the site.

    https://helpdoc.themearile.com/?docs=arilewp-pro/how-to-add-footer-widgets-and-configure-settings

    Let us know if it works.

    Thanks

    • This reply was modified 2 years, 2 months ago by themearile.
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.