I want to reduce space between to rows>column (element) ??

Posted in: Newspaper
Post count: 34

1. I am using newspaper 12.6.2 latest version. how can I reduce space between two paragraph and two elements? check this image: https://prnt.sc/fHn3AcLV1sPd

2. I want to reduce the header and footer width, how can I create a boxed version site like this: https://hindi1.in/

I already uploaded an image in theme background but it’s not working. you can check my site.

Post count: 34

I want to make the theme design exactly like this site. this site is using newspaper 9.5 version. I have the latest newspaper 12.6 version.

How can I make the exactly same design like that website who’s using 9.5 version.

Post count: 27744

Hello,

The font causes the problem. You can try to reduce it .td-post-content p
{
margin-bottom: 2px;
}

Set the code in theme panel -> custom code-> custom css.
You can do the design with tagdiv Composer, and don’t use the latest posts option.
I see that you reduce the header and footer.

Thank you!

Post count: 34

I want to reduce the space between list lines. (list line hight) check: https://prnt.sc/Hf5XjOjUphGW

I tried Theme panel > theme font > post content > list > line hight.

I didn’t work!

Post count: 27744

Hi,

You can use a code like this .tagdiv-type ul li:not(.blocks-gallery-item):not(.wp-block-navigation-item)
{
margin-bottom: -5px;
}

Thank you!

Post count: 34

Hi,

I have one another site. (with one another licence key)

On PageSpeed Insights there is an error are showing in SEO section for Descriptive link text. check: https://prnt.sc/R99popOR1i21
Here is the blog post url.

Kindly provide the solution for this issue. this issue are only showing in the template.

Post count: 27744
Post count: 34

Hi,

How can i remove this comment button (https://postimg.cc/K1GQSLPf) from the author page?

I am using Sport News Prebuilt Theme and there is not option to edit with tagdiv composer.

Post count: 27744

Hello,

Please use this code css
.td-author-comments-count
{
display: none!important;
}

Set the code in theme panel -> custom code -> custom css.

Thank you!

Post count: 34

Not working! i added the code like this: https://prnt.sc/A8eMfuEe6m-U

You can check my site author page. still showing comment button.

Post count: 27744

Hi,

Please use this one .td-author-comments-count
{
display: none!important;
}

Post count: 34

Worked! thanks.

Post count: 34

Hi, I forgot where and which code I placed for hide date and time from user comments?

I want to show the date and time again? i am using prebuild sport news demo.

is there any method to show the date and time again on each comment.

Post count: 27744

Hi,

Please check in theme panel -> custom code -> custom css to see if you have the code there, or live CSS.

Thank you!

Post count: 34

Here is only this code; https://prnt.sc/_Sv9Z2ge1PBy

is there any other method?

Post count: 27744

Hi,

Please provide a link to post where you have a post with comments.

Thank you!

Post count: 34

check this post.

Post count: 27744

Hi,

Please use this code .comment-link {
display: inline-block;
}

Set in the theme panel.

Thank you!

Post count: 34

Hi,

I am using newspaper Tech News PRO prebuilt template. here is the site link.

I want to reduce this space after header: https://share.zight.com/X6uvwjqy

I want to reduce this space before first paragraph: https://share.zight.com/BluvlPjJ

I want to reduce the space between paragraphs: https://share.zight.com/L1ub1EGj

I want to reduce both side space in mobile view: https://share.zight.com/DOuEO1Aw

Please help me to fix that issues.

Post count: 34

Also, how can i set title alignment left in mobile view: https://share.zight.com/xQuo11dd

In desktop version its showing left, but in mobile version its showing center when I choose left.

How can I show title author name and date in left in mobile version also like desktop?

Post count: 34

One more help please;

I want to show this share tag in mobile version.

In mobile its look like this. visitors are not understanding that this is the share buttons.

I also want to change the name of It from “Share” to “शेयर करें”

how can i show this share tag in mobile and how to change the name of that?

Post count: 27744

Hello,

You need to set margins for rows to reduce the space -> https://i.imgur.com/T52D614.jpeg
For paragraphs, you can reduce them from here: https://i.imgur.com/FsnlyTS.jpeg or custom code CSS.
Please select the port view on the phone, select the content zone and set the margin-left and right to -20 and set this code in width
calc(100% + 40px)
=> https://www.screencast.com/t/Ek89ppzTGldT You can use this method for both (mobile responsive version or mobile page)
Please check the element; maybe you have some padding on the page title or on the column/row.
You can check those settings -> https://i.imgur.com/RMnCTjj.png
You can translate from theme panel -> translation -> translation, and to show the share on mobile, please use this code
.single .td-post-sharing-style1 .td-social-share-text .td-social-but-text {
display: inline-block!important;
}

Thank you!

Post count: 34

Your screenshots are not opening. imgur website isn’t working.

Post count: 27744

Hi,

Please copy and paste the link in a new tab

Thank you!

Post count: 34

I tried. check:https://share.zight.com/X6uvpJK9

I tried different browser and VPN also.

Please share screenshots with another site.

Viewing 25 posts - 1 through 25 (of 54 total)
The forum ‘Newspaper’ is closed to new topics and replies.