Line spacing in text area

Home Forums SKT Full Width Forum Line spacing in text area

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #158560
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    Hi Guys,

    I have added a few Home Sections and shortcodes from Page Builder.
    In description where you put in your required text, when you do a new line, you gt a big gap.
    Is there a way to change this or use a code instead of the new line.

    https://imgur.com/a/ealrdgW

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

    Hi,

    Kindly show us your website URL please?

    Regards,
    Brad

    #158575
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    Have it on this website and a few others.
    https://cowara.com.au/?page_id=285

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .single_post_content p {
        margin-bottom: 5px;
    }

    Regards,
    Brad

    #158616
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    worked on 1 website but not on the other which is running theme “Gym Pro”

    #158620
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    Tried this but didn’t acknowledge change in HTML
    .skt-builder-block-wrapper p{margin: 0 0 5px;}

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

    Hi,

    Okay, Kindly show us your Gym Pro website URL and screenshot of your issue?

    Regards,
    Brad

    #158681
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    Screenshot is above, in first post.

    http://pu2xc.hosts.cx/accommodation/

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

    Hi,

    Kindly use this CSS for Gym Pro.

    .skt-builder-shortcode-block-129 p {
        margin-bottom: 5px !important;
    }

    Regards,
    Brad

    #158694
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    Worked. Thanks.

    #158763
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    Is there a way to make the main picture smaller so the home section is in view without having to scroll down?
    https://imgur.com/a/FnnLh1q

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

    Hi,

    Kindly use this CSS to reduce slider height.

    .slider-main .nivoSlider { height:450px;}

    Regards,
    Brad

    #158858
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    Hi Brad,

    That did nothing…..
    I removed all the existing settings in custom CSS and still did nothing.

    Here is the current Custom CSS

    .skt-builder-shortcode-block-129 p {
    margin-bottom: 5px !important;
    }
    #copyright .copytext{padding:0px;}
    #footer .rowfooter{padding-top: 15px; padding-bottom: 0px;}
    #footer .footercols1 {text-align: center;}
    #footer .footercols2 {text-align: center;}
    #topmenu { padding-right:0 !important;}
    .menu-header { text-align: right;}
    .skt-builder-block-wrapper.skt-builder-home-section1-block.skt-builder-home-section1-block-31 {
    margin-top: -130px;
    z-index: 10;
    position: relative;
    }

    .page_head, .post_head { margin-top:0 !important;} .header {
    background: transparent !important;
    border: none;
    position: absolute;
    z-index: 10;
    }

    .center{width:95%;margin:0 auto}
    #topmenu{text-align: left;display:block;vertical-align:middle;font-size: 0;padding-right: 25%;}
    @media screen and (max-width:75.938em) and (min-width:20.000em) {
    #topmenu{display:none}
    #simple-menu{display:block}

    @media screen and (max-width:479px) {
    .slider-main .nivo-caption { top:0;}
    .nivo-caption .slidebtn { display:table !important;}
    .nivo-caption .title { font-size:20px !important;}
    }
    @media screen and (max-width:479px) {
    .slider-main .nivo-caption { top:0 !important;} .nivoSlider img { max-width: 120% !important; width: 120% !important; margin-left: -20%;} }

    @media screen and (max-width:767px) {
    .skt-builder-block-wrapper.skt-builder-home-section1-block.skt-builder-home-section1-block-31 { margin-top:0 !important;} }
    .sbTable { text-align: center; }
    .sbLoc1 { font-family:Tw Cen MT;verdana;font-size:23pt; font-weight: bold; }
    .sbLoc2 { font-family:Tw Cen MT;verdana;font-size:12pt; font-weight: bold; }
    .sbDay { font-family:Tw Cen MT; verdana;font-size:12pt; font-weight: bold;}
    .sbTemp { font-family:verdana;font-size:7pt; }
    .sbIcon { width:30px; height:30px }
    .sbLink { font-family:verdana; font-size:7pt; }

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

    Hi,

    Kindly go to Dashboard >> Smart Slider >> and change slider height there.

    Regards,
    Brad

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