Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1223789
    Garry
    Participant

    Hi x theme,
    thankyou before for your help.
    I want to ask 2 question :
    1. My image button area so big, how can I make it smaller, maybe to red square line I made (on “image area” attachment)
    2. And how can I made my recent post position more left I explained it on my attachment (“recent post position” attachment)
    Thanks before, and im sorry for asking many question because I search it for hours and I cant find it.
    wish you luck

    #1223792
    Garry
    Participant
    This reply has been marked as private.
    #1224017
    Joao
    Moderator

    Hi Garry,

    Please add the following code to Appereance > Customizer > Custom > CSS

    @media (min-width: 767px) {
    .x-recent-posts .x-recent-posts-img {
        width: 40%;
        margin-left: -4%;
    }}

    Hope it helps

    Joao

    #1224054
    Garry
    Participant
    This reply has been marked as private.
    #1224291
    Rupok
    Member

    Hi there,

    It seems you have other code that’s overriding this. Let’s try this :

    @media (min-width: 768px) {
    .x-recent-posts .x-recent-posts-img {
      margin-left: -4% !important;
      width: 40% !important;
    }
    }

    I have added and it seems working. Let us know if you need anything else regarding this.

    Thanks!

    #1224818
    Garry
    Participant

    Thanks Rupok its work ๐Ÿ™‚
    But the “view post” text seems not move. it not on the center of featured post.
    please see my web. thanks

    #1224984
    Rupok
    Member

    Hi there,

    It seems you are using the below code :

    .home .x-recent-posts .x-recent-posts-img::after {
      background-color: rgba(0, 0, 0, 0.75);
      color: #fff;
      content: "VIEW POST";
      font-size: 20px;
      padding-left: 41%;
      padding-top: 100%;
      transition: padding 0.3s ease 0s;
    }

    Let’s adjust the padding-left value if you think it’s not centered. Also you have opened multiple threads for the same recent posts issue and it might be confusing.

    Thanks!

    #1225265
    Garry
    Participant

    Sorry, but all my topic is different things about recent post I thinked.
    And its worked to make it more left, but I cannot make it at center between top and bottom.
    I dont understand.
    thanks

    #1225443
    Joao
    Moderator

    Hi Gary,

    First of all, I would like to ask that when you we are taking care of one issue, please try to keep that in just one topic, that is much better to avoid confusion.

    Your image looks centered so I believe you are referring to the text.

    In that case please add the following code to Appereance > Customizer > Custom CSS

    @media (min-width: 767px)  {
    .x-recent-posts .x-recent-posts-content {
        padding-top: 105px !important;
    }
    }

    Hope that helps

    Joao

    #1225654
    Garry
    Participant

    Im sorry for confusion I made and Thanks Joao for answering my many questions.
    Yes I mean the text.
    I entered your code but its seems didnt worked Im sorry.
    and can you tell me why my featured image have gap with its border?
    File attached.
    thanks

    #1225805
    Joao
    Moderator

    Hi Garry,

    The code above is correct, but there was a missing } I have fixed for you, inserted the code and also removed the padding that was causing the gap at the top.

    Hope that helps

    Joao

    #1226190
    Garry
    Participant

    Yes Joao many thanks for fixing the gap, but I see the “view post” text is still not centered? Is there something missing? thanks

    #1226327
    Rad
    Moderator

    Hi there,

    Please add this as well,

    .home .x-recent-posts .x-recent-posts-img:after {
        padding-top: calc(26% - 5px) !important;
        padding-left: calc(40% - 15px) !important;
    }

    Cheers!

    #1227021
    Garry
    Participant

    Oh yes, thanks rad, its work.
    wish luck for you ๐Ÿ™‚

    #1227043
    Rue Nel
    Moderator

    Hello There,

    Youโ€™re most welcome! We’re happy to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.

    Best Regards.

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