- This topic has 11 replies, 3 voices, and was last updated 5 years, 5 months ago by
David.
-
AuthorPosts
-
November 19, 2020 at 7:57 pm #1538377
Mehedi
I need some help. I want to remove the extra space from the top and bottom after using a horizontal line.
https://drive.google.com/file/d/1ilNDENFqBF-f_crURw1RbAAZkuPEmZ-R/view?usp=sharing this is the screenshot in generatepress theme and https://drive.google.com/file/d/1vLhJHd7k_xCg7tKYTg1erLAMCWSZjbn6/view?usp=sharing this is the screenshot I need to have.November 19, 2020 at 8:23 pm #1538392Leo
StaffCustomer SupportHi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know 🙂
November 19, 2020 at 8:29 pm #1538396Mehedi
The site is in development mode and we didn’t publish any content yet but this problem is universal for the generatepress theme after using the horizontal line. The site we want to use for this is – http://www.appsworm.com and want to follow – https://www.ubuntupit.com/how-to-install-and-configure-mautic-marketing-automation-tool-on-linux/
November 19, 2020 at 8:31 pm #1538400Leo
StaffCustomer SupportTry this CSS:
hr { margin-top: 10px; margin-bottom: 20px; background-color: #000; }Adding CSS: https://docs.generatepress.com/article/adding-css/
Just adjust the
pxnumber as you see fit.November 19, 2020 at 8:38 pm #1538408Mehedi
https://prnt.sc/vmktbh used but doesn’t work. I made the px 0 but still no luck
November 19, 2020 at 8:46 pm #1538418Leo
StaffCustomer SupportI tested the code and it worked.
I will need to see the live site with the code added in order to determine the issue unfortunately.
November 25, 2020 at 5:24 am #1546072Mehedi
Now the code is used and the link is live. https://www.appsworm.com/best-notes-apps-for-ipad-and-iphone/
I want this – https://prnt.sc/vpuhxo
but getting this on generate press theme – https://prnt.sc/vpug0iNovember 25, 2020 at 5:53 am #1546112David
StaffCustomer SupportHi there,
i edited Leo’s code here:
https://generatepress.com/forums/topic/white-spaces-in-between-the-horizontal-line/#post-1538400
It now includes the background color – changed to solid black.
November 25, 2020 at 5:57 am #1546123Mehedi
Hello David, I am not concern about the background color. Can you see there are distinct spaces on top of the line and bottom of the line? I just want to reduce the white space just like the sample one – https://prnt.sc/vpuhxo
November 25, 2020 at 7:10 am #1546441David
StaffCustomer SupportJust adjusted Leos CSS here:
https://generatepress.com/forums/topic/white-spaces-in-between-the-horizontal-line/#post-1538400
November 25, 2020 at 8:08 am #1546544Mehedi
Thanks. It’s working now.
November 25, 2020 at 8:12 am #1546552David
StaffCustomer SupportGlad to hear that
-
AuthorPosts
- You must be logged in to reply to this topic.