Home Forums Pro Themes Greatnews Pro Page Wide

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #156627
    Oscar Alonso
    Participant

    Hi:
    I have the page http://imagendiplomatica.com.ar/

    I loaded Demo, but when i see demo page https://themepalacedemo.com/greatnews-pro/ i see that home page (or any other page) in my site is not screen wide, you can see the litle grey bricks in the background.

    i really don’t know how to change it. could you please help me?

    Thanks

    #156628
    Oscar Alonso
    Participant

    sorry, i found it 🙂

    #156648
    Psink
    Keymaster

    hello, oscar,

    As you have mentioned in the previous ticket, here is the code to make the same height of 3 container

    
    .home #main-post-wrapper .widget_posts_slider article, #posts-slider .featured-slider .featured-image {
        padding: 240px 0;
    }
    

    You can adjust the padding value as per your requirement

    please add this code in Additional CSS in the theme customizer

    #156676
    Oscar Alonso
    Participant

    thanks. But this allows me to enlarge left/right side widgets. How can i make Post Slider section smaller?

    thanks

    #156680
    Psink
    Keymaster

    I guess you have managed to make a post slider section smaller. But in my view, it’s better to hide the author’s image because certain parts of the author’s image are cut by the button edge of the post slider.

    as you can see in the screen record
    https://www.awesomescreenshot.com/video/5040093?key=abf9a33eee48db5c3b2f15e5a09a678d

    You can add this CSS in the Additional CSS to hide the author image

    
    #posts-slider .author-image {
       display:none;
    }
    
    #posts-slider .author-wrapper {
        display: flex;
        margin-top: 5px;
    }
    
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.