Featured Section - Acme Themes
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #7699
    byronjc
    Participant

    Hello

    How can I change the sizing of the featured section?

    View post on imgur.com

    Currently I’m viewing on 1920x1080p resolution and It’s taking almost the entire page up.

    I would like to size it down a bitCan this be done easily?

    Thanks.

    #7702
    acmesupports
    Moderator

    Hello byronjc,
    Thank you so much for your questions.
    Please try once by adding the image size a little bit smaller. Hope, this image size will help to reduce the size of the featured section. And please try once, and if not worked let us know.

    Regards,
    Acme Supports

    #7708
    byronjc
    Participant

    I have already tried this before posting here and it’s still the same result.

    What now?

    #7711
    acmesupports
    Moderator

    Please try once by adding this CSS codes on Appearance > Customize > Layout/Design Options > Custom CSS

    .slider-section .bx-wrapper img {
        height: 300px;
    }

    Hope this CSS codes will help you. If you want to increase/decrease the height, you can increase/decrease the number 300.
    Try once, if not worked let us know.

    Regards,
    Acme Supports

    #7728
    byronjc
    Participant

    Sorry this did not work…

    #7732
    acmesupports
    Moderator

    Would you please try once by using !important;

    .slider-section .bx-wrapper img {
        height: 300px !important;
    }

    If not worked, let us know. We will provide the best alternative solutions.

    Regards

    #7737
    byronjc
    Participant

    Still the same sorry does not work.

    If it makes any difference while the image is in the featured section I’m actually changing the “header image” section.

    Thanks

    #7749
    acmesupports
    Moderator

    Hello byronjc,
    If the problem is still not solved, would you please provide us the link of your site. So that we can understand the real problem and provide you the best alternative solutions. Thanks for your patience.

    Regards,
    Acme Supports

    #7765
    acmesupports
    Moderator

    Please don’t provide the login details (Username/Password) on forum. If you need to send it, please contact us with contact page.

    #7766
    byronjc
    Participant

    It’s only a test account it has limited access and you can’t do anything with it.

    #7768
    acmesupports
    Moderator

    Please add the below CSS codes:

    .slider-feature-wrap .at-front li {
         height: 80vh !important;   
    }

    If not worked, let us know with email. We will help you our self.

    Regards,
    Acme Supports

    #7769
    byronjc
    Participant

    This worked!

    Thank you!

    #7771
    acmesupports
    Moderator

    Nice to know that your problem is solved. 🙂

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Featured Section’ is closed to new replies.