Genesis Featured Post

Homepage Community Forums Ally Theme Support Genesis Featured Post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15027
    intelisystems
    Customer

      Hi,

      I am making a site with Ally at http://www.intelisystemstest.com/mclean/

      I am using Genesis Featured Post at Home Middle #1 and as you can see, space between post titles is too big. How can I reduce it?

      Also, how do I change font size and color of post title here?

      Thank you in advance.

      #15030
      Jason M
      Customer

        Since you’re using that particular widget in that section it is designed to have spacing in between each div. Each div holds 1 post…..which means, even if you don’t have content inside of the div/post, the padding of the div container will still show after each one.

        You can remove 40px from the bottom of each div/post by looking in your style.css file around line 1378 and replace this code –

        .featured-content .entry {
        	margin-bottom: 20px;
        	margin-bottom: 1.25rem;
        	padding: 0 0 20px;
        	padding: 0 0 1.25rem;
        }

        With this code –

        .featured-content .entry {
        	margin-bottom: 0;
        	padding: 0;
        }
        #15063
        Lindsay
        Customer

          Hi,
          I am also using Ally theme and trying to configure the Featured Post widget. In my case, I would like three thumbnail images to display side by side horizontally. Right now they are stacked on top of one another. How can I fix this?

          Thanks

          #15079
          Eric
          Customer

            Hi @Lindsay,

            Since you have a separate issue/question it would be best to create a separate thread so this one doesn’t get mixed up with multiple topics/solutions.

            So head over to the Ally forum page, scroll to the bottom and you can create a new post there.

            Also, when you create a separate topic please include the link to your site so I or anyone else viewing can be able to take a look at what’s going on.


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Genesis Featured Post’ is closed to new replies.