• diadevasco

    (@diadevasco)


    Hi,
    How can I decrease the size of blank space after all those Read More buttons in featured area?
    Tks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • saurabh.dhariwal

    (@saurabhdhariwal)

    Hello diadevasco,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer(i.e customize -> addition css)

    .page-id-10 div#content{
    	display:none;
    }

    Hope this will helps you.

    Thanks.

    TUT Support

    (@phpexpert21)

    Hello @diadevasco,

    To remove space please apply below given css under Appearance -> Customize -> Additional css-

    .page-id-10 div#content {
    display: none !important;
    }
    

    I hope the this will work for you.

    Kind regards,

    Manoj

    TUT Support

    (@phpexpert21)

    Hello @saurabhdhariwal,

    It’s not a good idea to hide #content. All pages have div id with content.

    Kind regards,

    Manoj

    Thread Starter diadevasco

    (@diadevasco)

    Hello, guys

    Worked here. Tks!

    TUT Support

    (@phpexpert21)

    Hello @diadevasco,

    “Glad I could help! ??

    If you get a chance we’d absolutely love for you to leave a review for Melos. Don’t worry if you don’t get a chance, we know how busy it can get when building a new site. ??

    You can leave a review for Melos here:

    https://www.ads-software.com/support/view/theme-reviews/melos#postform

    If you have anymore questions let us know!”

    Kind regards,

    Manoj

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blank space after Homepage (Featured)’ is closed to new replies.