Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1297976
    delanest
    Participant

    I am trying to change the height of my slider, as far to big by default. I’m using the standard slider with the theme. I have tired changing a combination of different CSS code snippets suggested in this forum but unfortunately they don’t seem to be making any difference to the size.

    thanks

    some of the code I’ve tried …

    .fullwidthabanner {
    height: 200px !important;
    }

    .x-flexslider .x-slides img {
    width: 59%;
    }
    .x-flexslider-shortcode-container {
    width: 60%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    }

    .x-flexslider .x-slides img {
    width: 75%;
    }
    .x-flexslider-shortcode-container {
    width: 85%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    }

    #1297995
    Thai
    Moderator

    Hi There,

    Please try with this CSS:

    .x-flexslider.x-flexslider-shortcode {
        height: 220px !important;
        overflow: hidden;
    }
    .x-flexslider .x-slides,
    .x-flexslider .x-slides .x-slide {
        height: 100%;
    }

    Hope it helps 🙂

    #1298077
    delanest
    Participant
    This reply has been marked as private.
    #1298101
    Paul R
    Moderator

    Hi,

    To further assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation.

    Thanks

    #1298102
    delanest
    Participant
    This reply has been marked as private.
    #1298125
    Paul R
    Moderator

    Hi,

    Your site is in maintenance mode.

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1298151
    delanest
    Participant
    This reply has been marked as private.
    #1298291
    Jade
    Moderator

    Hi there,

    I placed the code in the custom CSS for the customizer and it seems to be working fine.

    Would you mind double checking?

    Thanks!

    #1298319
    delanest
    Participant

    Great, thanks for that yes it is working.

    I was putting the code in the actual .css file for the theme in wordpress Appearance >> Editor … I didn’t see the customiser part for the code until now.

    Thanks for your help, just bought yesterday, love the theme so far and great support!

    #1298349
    Joao
    Moderator

    Glad to hear it,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1297976 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>