Resizing the welcome box on Sela template

  • Unknown's avatar

    I would like to resize the welcome box on the Sela template. I am trying to get more of the picture I used to show up, but the box is taking up most of the space. Is there a way to change this? If so what do I need to do.
    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello there!

    Dropping this code in your custom CSS area should do the trick:

    .hero-container-inner .entry-header {
    	margin: 0px !important;
    	margin-bottom: -20px !important;
    }
    
    .hero-container-inner .entry-content {
    	margin-bottom: 0px !important;
    }
    
    .hero-container-inner article {
    	padding: 5px 10px 10px !important;
    	width: 300px !important;
    	background-color: rgba(255, 255, 255, 0.75) !important;
    }

    Let me know if that doesn’t work!
    Sage

  • The topic ‘Resizing the welcome box on Sela template’ is closed to new replies.