Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1231074
    Amanda P
    Participant

    Hello,

    When my screen size gets smaller than 612px, my blog post featured image increases in size and covers up the blog post titles.

    Please see attached image.

    I am trying to figure out which css selector will manipulate this, but nothing I’ve tried so far works to fix this problem.

    A second pair of eyes for help will be greatly appreciated. I am using icon stack.
    http://www.krpersonaltraining.com/blog/

    Thank you

    #1231134
    Thai
    Moderator

    Hi There,

    Please find this CSS under style.css file locates in your child theme:

    .entry-title{
    	display:block;
    	float:right; 
    	width:70% !important;
    }

    And change to this:

    .entry-title{
    	display:block;
    	width:70% !important;
    }

    Hope it helps 🙂

    #1231755
    Amanda P
    Participant

    Thank you so much for the quick reply, this works!

    #1231838
    Rahul
    Moderator

    Glad to hear it.

    Let us know if we can help with anything else.

    Thank you.

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