Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #888448
    jsjmccracken
    Participant

    Hello,

    On this page: http://www.tablerockkennels.com/home/dams/ the height is supposed to be 250px. I’ve changed the height(and width according to scale) of each image and in the Layslider plugin from 800 to 400 and now to 250 but the height remains the same. How do I get the height I want with a clear crisp picture?

    Thank you!

    Jacob

    #889252
    Rupok
    Member

    Hi Jacob,

    Thanks for writing in! I can see the height is around 698px so not sure where you have set this.
    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
    – FTP credentials

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

    #890183
    jsjmccracken
    Participant
    This reply has been marked as private.
    #890184
    jsjmccracken
    Participant
    This reply has been marked as private.
    #890853
    Jade
    Moderator

    Hi Jacob,

    Try turning off the Responsive mode of the slider in the slider settings and see if it fixes the issue.

    Hope this helps.

    #891208
    jsjmccracken
    Participant

    Thank you for the reply! It fixes the issue when the screen is big enough but when I go to it on my mobile it’s obviously not responsive. I made the slide the size I want it to be, now I just need it to respond?

    Also, how to do I get rid of all the extra padding above “Table Rock’s Olive It Or Nothing”?

    #891730
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    @media (max-width:480px){
    div#layerslider_5 {
        width: 89% !important;
    }
    }

    Please update headline code to :

    <h3 class="mtn" style="text-align: center;">Table Rock’s Olive It Or Nothing</h3>

    Hope it helps.

    #891887
    jsjmccracken
    Participant

    The slider is now responding, thank you!

    There is still the extra padding above “Table Rock’s Olive It Or Nothing”…?

    #892852
    Rad
    Moderator

    Hi there,

    The space is due to empty <p></p>, please remove the line breaks above your headline. WordPress will convert every line breaks to <p></p> or <br>.

    Hope this helps.

    #892994
    jsjmccracken
    Participant

    Perfect thank you! It got rid of the extra padding but is there a way to move it even closer to the top?

    #893505
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .page-id-7 .entry-wrap {
        padding-top: 10px;
    }
    

    You may change 10px to adjust spacing.

    Hope that helps.

    #893632
    jsjmccracken
    Participant

    That’s exactly what I needed, thank you thank you!

    #894608
    Friech
    Moderator

    Glad we could help, Cheers!

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