Page 213 – Acme Themes

Forum Replies Created

Viewing 15 posts - 3,181 through 3,195 (of 4,157 total)
  • Author
    Posts
  • in reply to: How do I change widths of sidebars and main content area #11522
    acmethemes
    Keymaster

    It seems that you are familiar with CSS. Please add the below CSS codes and maintain width with the help of commented info there.

    //left sidebar and main content area width
    .both-sidebar #primary-wrap {
        float: left;
        width: 76%;
    }
    
    //main content area width
    .both-sidebar #primary-wrap #primary {
        float: right;
        width: 70%;
    }
    
    //left sidebar width
    .both-sidebar #primary-wrap #secondary-left {
        float: left;
        width: 30%;
    }
    
    //right sidebar width
    .both-sidebar #secondary-right {
        float: right;
        width: 24%;
    }

    If the design will not as good as you want, you can change the width % above and maintain the width.
    Hope, this will solve the issues.

    Warm Regards
    Acme Supports

    in reply to: Three Queries #11510
    acmethemes
    Keymaster

    Hello zameer,
    Thank you so much for using our theme Acme Photo. You can easily make the site as our demo, but if you need any additional functionality or design, you need to customize the theme. The list of categories are available on the premium version of theme and the border color can remove if all the entity there are hide on the pro features. Hope, you will get the more options to customize the site through premium theme.
    Let us know, if you have any confusion.

    Warm Regards

    in reply to: On Mobile, no showing feature image #11509
    acmethemes
    Keymaster

    Hello Focusified,
    You can check our demo and can check is that working fine or not in mobile? We think, it’s due to some plugin conflicts or some edited codes.
    Please check.

    Thank You

    in reply to: I can't see Home Main Content Area #11508
    acmethemes
    Keymaster

    Hello Foucsfied,
    If website is looking fine on PC and not on mobile, it may due to plugin issues as well. Can you check once the installed plugin by deactivating it one by one.
    Have you edited any theme code or CSS codes?
    This theme is mobile friendly, responsive theme.

    Thank You

    in reply to: How do I change widths of sidebars and main content area #11507
    acmethemes
    Keymaster

    Hello Kev,
    Can you please provide us the screenshot of that specific place what you need exactly. It help us to understand your requirements very easily.

    Thank You

    in reply to: How do I change widths of sidebars and main content area #11498
    acmethemes
    Keymaster

    Hello Kev,
    Please add the below CSS codes on Appearance > Customize > Layout Design Options > Custom CSS

    .site-content {
        margin: 0 auto;
        max-width: 1300px;
        width: 100%;
    }

    Hope this will solve your problem.

    Warm Regards
    Acme Supports

    in reply to: At Skills section #11494
    acmethemes
    Keymaster

    Nice to know that your problem is solved.

    Regards

    in reply to: At Skills section #11479
    acmethemes
    Keymaster

    Please add the below CSS code in Appearance > Customize > Layout/Design Options > Custom CSS to hide the number as well.

    .at-skillbar .skill-item span.percentage {
        display: none;
    }

    Hope, this will solve your problem.

    Regards

    in reply to: Slider size #11477
    acmethemes
    Keymaster

    Thank you David. 🙂

    in reply to: Date and thme format #11476
    acmethemes
    Keymaster

    Hello pyrius,
    We are working on updates of SuperMagPro theme, you will get it worked on new updates. Just make sure you added the license on theme from automatic updates.

    Regards

    in reply to: Date and thme format #11465
    acmethemes
    Keymaster

    Hello Pyrius,
    Can you explain where you want to change the date format? In the header? Instead of editing code, have you tried the above method?
    Please read this blog post for more help.
    Hope, this will help you.

    Regards

    in reply to: Slider size #11463
    acmethemes
    Keymaster

    Hello David,
    The height of the slider is depend upon the height of the image. so, please add the suitable image on the slider section for the slider image. If you need 500px height, use the image size with 500px height. Hope this will work for you.

    Regards

    in reply to: Static Front Page not displaying #11455
    acmethemes
    Keymaster

    Nice to know that your problem is solved. 🙂

    in reply to: Double Title Showing on Pages-How To Fix #11454
    acmethemes
    Keymaster

    Hello Kyle,
    Would you please provide us the link of your site? We will check it and provide you the best solutions.

    Warm Regards
    Acme Supports

    in reply to: At Skills section #11451
    acmethemes
    Keymaster

    Hello JannaZ,
    Please find the % on themes\corporate-plus-pro\acmethemes\sidebar-widget\acme-skill.php on line 256 <?php echo absint( $corporate_plus_skill_percentage ); ?>% and remove that %. Hope, this will help to sort out your problem.
    Let us know about the results.

    Regards
    Acme Supports

Viewing 15 posts - 3,181 through 3,195 (of 4,157 total)