How To Reduce Section

Posted in: Newspaper
Post count: 12

Hello, how do I reduce this section (usually black and below main menu) containing title, author name and date (i.e, By abc – d/m/y ), etc. It appears really big on desktop – consuming a lot of space and half of it is empty.

Post count: 22421

Hi,

Please provide a link to your site so we can see the section you mean so we can get a better idea about exactly which section should be removed

Thank you!

Post count: 12

It’s a rectangular black section with details like illustrated below

__________________________________________
| |
| Social Media > Facebook |
| |
| How to Create Facebook Account |
| |
| By Fred – 15/04/2019 |
| |
|__________________________________________|

Post count: 12

Here is a clear image How to reduce this section

Post count: 12

The above is not working, but the image can be found here – hubstatic.com/14492090.jpg

I wanted to know how to reduce this section. It appears really big on desktop – consuming a lot of space and half of it is empty.

Post count: 23312

Hi,

Please provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response/code.

Thank you!

Post count: 12

techappeala.com – check a post or page for the section.

And also want to know how have the main menu in lower case i.e., Gadgets instead of GADGETS.

Thanks,

Post count: 12

Other areas that I would love to be in lower cases include – TAGS, LEAVE A REPLY, POST COMMENT, SEARCH and SUBSCRIBE NOW FOR NEWS AND BIG DISCOUNTS.

Thanks,

Post count: 23312

Hi,

Try the code below and place it in Theme panel -> Custom CSS area.

.comment-respond #reply-title, .comment-respond .submit{
text-transform: lowercase;
}
.td-menu-item a, .widget_search span, .td-post-source-tags span, .widget_blog_subscription span{
text-transform: lowercase!important;
}

Thank you!

Post count: 12

Hello,

You actually didn’t respond to my main issue.

I wanted to know how to reduce this section (usually black and below main menu) containing title, author name and date (i.e, By abc – d/m/y ), etc. It appears really big on desktop – consuming a lot of space and half of it is empty.

Section example – hubstatic.com/14492090.jpg

Site: techappeala.com – you can check a post or page for the section.

Thanks,

Post count: 23312

Hi,

If you want to reduce that section, you need to use the code below and place it in Theme panel -> Cusotm CSS area.

The code is ->

.td-post-template-3 .td-post-header-holder {
min-height: 225px;
}

The result is here -> https://www.screencast.com/t/dDE8FYvmS0e4

Also, another solution, in this case, would be to create another category template using the Cloud template library plugin.

Thank you!

Post count: 12

Ok, thanks, I will try that code.

But the code you gave earlier for lowercase didn’t work well. It turned every letter lower case, for example,
(GADGETS) – ‘gadgets’ instead of ‘Gadgets’
(SUBSCRIBE NOW) – ‘subscribe now’ instead of ‘
‘Subscribe Now’

If there is a way I can keep the first letter upper case, it would be so helpful.

Thanks,

Post count: 35449

Hi,

Try the code below and place it in Theme panel -> Custom CSS area.

.comment-respond #reply-title, .comment-respond .submit{
text-transform: capitalize;
}
.td-menu-item a, .widget_search span, .td-post-source-tags span, .widget_blog_subscription span{
text-transform: capitalize!important;
}

Thank you!

Post count: 12

Thanks, that worked well, only that TAGS and LEAVE A REPLY didn’t change.

I would love them to be Tags and Leave A Reply. I hope a code from your side can do!

Thanks,

Post count: 35449

Hi,

These words can be change from Theme panel>Translates -> https://www.screencast.com/t/HOllMeYm -> https://www.screencast.com/t/tugFC37Fh0C -> https://www.screencast.com/t/vuAFv2B6yX

Thank you!

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