Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8725435
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T08:02:26+00:00 2026-06-13T08:02:26+00:00

I wanna override html code when working with active_admin gem in Rails; because the

  • 0

I wanna override html code when working with active_admin gem in Rails; because the nav-bar and many elements in these gem’s views are different with my views (other pages). I hope that has a way to change html code without changing css manually! Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T08:02:27+00:00Added an answer on June 13, 2026 at 8:02 am

    It is not very easy , activeadmin use DSL for building html (called “Arbre”)
    You have to monkey patch every page class, also , it may prevent customizing of css too.

    For example to move sidebar to left, create initializer with next patch.

    class ActiveAdmin::Views::Pages::Base < Arbre::HTML::Document
    
         def build_page_content
              build_flash_messages
              div :id => "active_admin_content", :class => (skip_sidebar? ? "without_sidebar" : "with_sidebar") do
    
                build_sidebar unless skip_sidebar?
                build_main_content_wrapper
              end
        end
    end
    

    default method was

     def build_page_content
              build_flash_messages
              div :id => "active_admin_content", :class => (skip_sidebar? ? "without_sidebar" : "with_sidebar") do
                build_main_content_wrapper
                build_sidebar unless skip_sidebar?
              end
            end
    

    The full list of classes used for rendering can be found here , so some of them you need to patch.
    https://github.com/gregbell/active_admin/tree/master/lib/active_admin/views

    Be ready for a big piece of work.

    UPD. Gem for changing activeadmin sidebar position

    https://github.com/Fivell/active_admin_sidebar

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i wanna do a single selection in my table view here is my code
i wanna creat a website for downloading some files (pdf,word,xls, such as these files),
I wanna build a gallery, but the my problem is how to load the
I wanna upload/update file by System.IO.FileStream in Google Documents List API(C#)? I use two
I wanna check sharepoint title first and see if the lib doesn't have that
I wanna get the string representation of a variable. For example, (def my-var {})
I wanna use powershell to get all the file in sharepoint library EM_DOC_LIBRARY and
I wanna run selenium tests from TeamCity using Maven at Linux server without display.
I wanna to detect an input tag that its name is: some[en] in jquery.
I wanna call some ASM functions in VB.NET. How can I do it? It's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.