Re: Front Page Widget 12

Homepage Community Forums Aspire Theme Support Re: Front Page Widget 12

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #19505
    kdoniere
    Customer

      Hello All,

      I’ve played around with the front page widget 12 today and I like it. But, the margins are too big. I copied the code from another widget. Probably widget Four. Can you help me make the margins smaller and align the button beneath each picture? My website is at http://www.karendoniere.com.

      Thank you,
      Karen

      #19532
      Wes
      Moderator

        Are you talking about the space on top and bottom of the inner content? If so, you can reduce the top and bottom padding by adding this –

        .front-page-12 .flexible-widgets {
        	padding: 80px 0 60px;
        }

        You can adjust those however you want it to look. The 80px covers the top, and the 60px covers the bottom.

        The button already seems to be aligned in the middle, did you get that fixed already or where you referring to something else?

        #19533
        kdoniere
        Customer

          Fantastic observation Wes! Okay, so I’ve fixed those issues. And, thank you for everything! This site is really coming together.

          1. On front page widget 12, how do I move the monitor up (last image)? Is it too small?
          2. How do I allow blog post summaries to show on the blog page instead of full articles?
          3. Why is the text in front page widget 3 and 13 bold? I’ve looked for a setting?

          Thanks again,
          Karen

          #19544
          Wes
          Moderator

            For some reason this code   shows up in between each of those divs in front-page-12 when I check your source code. See line 319, 329, and 339 – view-source:https://karendoniere.com/

            Did you add that in directly? If so, you can remove it and everything should align.

            To reduce the content on your blog summaries, go to Genesis Theme Settings and look at the Content Archives section and you can set a content limit from there.

            Also, you have <strong> in those sections that are showing up as bold, so that’s why it’s showing up like that.

            #19565
            kdoniere
            Customer

              Thanks for the tips Wes! The only text I want to be bold in front page 12 is the heading. But when I put it in the widget title spot it’s ginormous. So I made it strong/bold. And, I made the blog content archive summaries appear. But now the pagination is off at the bottom of the page. https://karendoniere.com/blog

              Thanks again,
              Karen

              #19584
              Wes
              Moderator

                If I add the default Theme’s CSS on your site the Pagination aligns back together. So that means there must be something that was added in your CSS that caused this to happen. Do you remember what you added recently?

                The .archive-pagination in the CSS is not being called for some reason. I think something in the CSS is causing it not to work.

                #19586
                kdoniere
                Customer

                  This really is the one or two times I decided not to touch anything and move on to another project. I deleted a few pages and posts I didn’t need. Hope that didn’t mess anything up. Thanks.

                  #19614
                  Wes
                  Moderator

                    I came back to check on your site to see if you were able to get it working and noticed something. If I disable the css for the Genesis Design Palette Pro plugin that you’re using, it seems to get it working again. So I’m guessing there may be an issue in the code you added using the plugin. From what I can tell, it looks like the issue is pointing to the plugin somehow. Have you had a chance to take a look at it to see if there are any errors in your code?

                    #19697
                    kdoniere
                    Customer
                      This reply has been marked as private.
                      #19701
                      Wes
                      Moderator
                        This reply has been marked as private.
                      Viewing 10 posts - 1 through 10 (of 10 total)
                      • You must be logged in to reply to this topic.