Home › Forums › SKT Full Width Forum › Line spacing in text area
- This topic has 13 replies, 2 voices, and was last updated 4 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
August 4, 2020 at 7:44 am #158560
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
August 4, 2020 at 9:14 am #158574Hi,
Kindly show us your website URL please?
Regards,
BradAugust 4, 2020 at 9:23 am #158575Have it on this website and a few others.
https://cowara.com.au/?page_id=285August 4, 2020 at 11:10 am #158588Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.single_post_content p { margin-bottom: 5px; }
Regards,
BradAugust 4, 2020 at 4:51 pm #158616worked on 1 website but not on the other which is running theme “Gym Pro”
August 4, 2020 at 5:07 pm #158620Tried this but didn’t acknowledge change in HTML
.skt-builder-block-wrapper p{margin: 0 0 5px;}August 5, 2020 at 12:25 pm #158676Hi,
Okay, Kindly show us your Gym Pro website URL and screenshot of your issue?
Regards,
BradAugust 5, 2020 at 1:14 pm #158681Screenshot is above, in first post.
http://pu2xc.hosts.cx/accommodation/
August 5, 2020 at 1:36 pm #158689Hi,
Kindly use this CSS for Gym Pro.
.skt-builder-shortcode-block-129 p { margin-bottom: 5px !important; }
Regards,
BradAugust 5, 2020 at 1:50 pm #158694Worked. Thanks.
August 6, 2020 at 8:01 am #158763Is 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/FnnLh1qAugust 6, 2020 at 12:11 pm #158782Hi,
Kindly use this CSS to reduce slider height.
.slider-main .nivoSlider { height:450px;}
Regards,
BradAugust 7, 2020 at 7:55 am #158858Hi 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; }August 7, 2020 at 1:25 pm #158893Hi,
Kindly go to Dashboard >> Smart Slider >> and change slider height there.
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.