Sizing issues on the homepage - Acme Themes

Best Premium and Free WordPress Themes Forums Medical Circle Pro Sizing issues on the homepage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27615
    ericka heligman
    Participant

    the featured content on the home page like the contact us and what not- is there a way to have that not full width?

    #27625
    Acme Themes
    Keymaster

    Hello ericka,

    If you can provide us your site url, we will observe and can provide you possible solutions.

    Thanks

    #27651
    ericka heligman
    Participant

    Front Page

    #27663
    Acme Themes
    Keymaster

    If you can add container class as wrapper on those widget it will work fine. Here is alternatives custom CSS

    aside#ninja_forms_widget-3 {
        max-width: 1170px;
        margin: 0 auto;
    }
    
    .map-section {
        max-width: 1170px;
        margin: 0  auto;
    }
    
    aside#medical_circle_featured-1 {
        max-width: 1170px;
        margin: 0 auto;
    }

    Best Regards!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.