Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1105625
    spuron1
    Participant

    Hi! I am having trouble with my featured image sizes automatically changing and becoming distorted.

    They were created at 300×170 because this site was first on optimize press and I really don’t want to recreate them. Can you please help me with the css code that would just keep it at the size it was created?

    This is a membership site using learn dash. Here is an example page so you can see what I am talking about. Thanks so much for your help!

    #1105629
    spuron1
    Participant
    #1105723
    Rahul
    Moderator

    Hey There,

    Please add the following CSS under Customize -> Custom -> CSS :

    .single-post .entry-featured {
    width:50%;
    margin:0 auto;
    display:block;
    }

    Hope this helps!

    #1105751
    spuron1
    Participant

    Thank you! I think that worked!

    Also is there a place to customize the size of the fonts? I thought I had seen this before but I can’t seem to find it.

    #1105820
    Joao
    Moderator

    Hi There,

    You can adjust your fonts at Appereance > Customizer > Typography.

    If you cannot adjust what you are looking for there, please provide us more details and point what text you are trying to change and we will provide you a CSS code.

    Thanks

    Joao

    #1107175
    spuron1
    Participant
    This reply has been marked as private.
    #1107665
    Darshana
    Moderator

    Hi there,

    Upon checking, it seems that your site is down (https://snag.gy/voCsJm.jpg). Could you please contact your hosting provider to resolve this issue first and then let us know once back online.

    Thanks!

    #1108143
    spuron1
    Participant
    This reply has been marked as private.
    #1108356
    Rue Nel
    Moderator

    Hello There,

    i am already viewing your site. To resolve this issue with the featured images in your site, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .site .entry-featured .entry-thumb {
        background-color: transparent;
        text-align: center;
    }
    
    .site .entry-featured .entry-thumb img {
        min-width: 0;
    }

    Hope this helps. Please let us know how it goes.

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