Homepage appearance

Home Forums SKT Full Width Forum Homepage appearance

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #142427
    Marlou .Marlou .
    Participant
    • Topics: 26
    • Replies: 91
    • Total: 117
    Member since: December 10, 2015

    Hi,

    I have a question about the appearance of the article summaries on my homepage. All the original articles are aligned, but they do not show up like that on the homepage… The same with the pages, but they do show up aligned on the homepage?

    Is it possible to have the summaries aligned on the homepage as well? And if so, how do I get that into action?

    Thanks in advance!

    (website: https://saudadesdeportugal.nl/)

    #142454
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.

    Regards,
    Chris

    #142585
    Marlou .Marlou .
    Participant
    • Topics: 26
    • Replies: 91
    • Total: 117
    Member since: December 10, 2015

    My reply doesn’t show up here, but when I try to post it again it says duplicate detected. Did you guys receive it anyway or…?

    #142663
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Actually, I am not sure what you mean by this. Can you may be draw or point out in an image?

    You can upload image in imgur.com and share the link here.

    Regards,
    Chris

    #142695
    Marlou .Marlou .
    Participant
    • Topics: 26
    • Replies: 91
    • Total: 117
    Member since: December 10, 2015

    It just happened again… I can’t post my reply including the Imgur links…
    https://imgur.com/a/u4ML3LK

    #142735
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .services-wrap .linkreadmore {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
    .services-wrap .one_fourth {
        min-height: 550px;
    }

    Regards,
    Chris

    #142876
    Marlou .Marlou .
    Participant
    • Topics: 26
    • Replies: 91
    • Total: 117
    Member since: December 10, 2015

    Hi,

    Thanks, I did just that.

    Something did change (for the better), but it wasn’t what I was after. It’s probably my explanation… I’ll try again!

    My issue is with the summary of the 9 latest articles that show on my homepage. This summary appears under the pictures as 6 or 7 lines of text. I would like this text to be set as “Justify Text” (when you use Shift-Alt-J in WordPress).

    On the screenshot: Green is how I want the text to look. Red is how it looks now. So it’s the the red text blocks (article summaries) I want to set to “Justify Text”. I hope I explained it better now…

    https://imgur.com/Xq6k4Mk

    Thanks again!

    #143036
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly use this one;

    .news-box p {
        text-align: justify !important;
    }

    Regards,
    Chris

    #143060
    Marlou .Marlou .
    Participant
    • Topics: 26
    • Replies: 91
    • Total: 117
    Member since: December 10, 2015

    Yes, that did the trick! Thanks so much 🙂

    It the same thing possible here: https://saudadesdeportugal.nl/category/gastronomie/algemeen-gastronomie/
    So summaries (when scrolling through categories or using searchbox) also set to “Justify Text”?

    Then everything is in line with each-other and looks the same all over the website.

    Thanks in advance for the help!

    #143082
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS:

    .entry-summary p {
        text-align: justify;
    }

    Regards,
    Chris

    #143133
    Marlou .Marlou .
    Participant
    • Topics: 26
    • Replies: 91
    • Total: 117
    Member since: December 10, 2015

    Brilliant as usual, thanks a lot!!

    #143168
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi Marlou,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/24/

    Regards,
    Chris

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.