Home widget title formatting

Homepage Community Forums Epik Theme Support Home widget title formatting

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14732
    sfriend
    Customer

      I’m using a plugin inside a home widget – Home Feature #3, but this applies to all home page widgets as I’ve tried moving the content around in them – and the titles of the displayed content inside the widget keep getting a space between them. Where in the CSS can I prevent this from happening?

      Please visit http://floridahikes.com/

      And scroll down to the section titled “Latest News & Newest Destinations” to see the line break problem. It’s not the fault of the plugin, as it works just fine anywhere else but in the widgets. It’s something to do with the widget container.

      Thank you!

      #14749
      Eric
      Customer

        I’m confused, are you asking how to add or remove space in a particular section? Which part exactly?


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

        #14774
        sfriend
        Customer

          Yes, in the Home Section widgets, it appears a space somehow gets inserted into the header of any content inside that section that uses an H2/H3/H4 tag and runs more than one line. See the section on this page entitled “Latest News & Newest Destinations” to see the line breaks occurring in the headers.

          http://floridahikes.com

          It looks messy but seems to be the default behavior of Epik’s Home Section widgets and I’d like to change that.

          Thank you!

          #14836
          Eric
          Customer

            I’m sorry I’m not sure how I missed this post.

            Anyways, you can adjust the padding on line 1335 in your css –

            .home-feature-bg .wrap {
            	margin: 0 auto;
            	overflow: hidden;
            	padding: 40px 0 0;
            	width: 1140px;
            }

            You can adjust the 40px in the padding code above (which adjusts the Top padding).

            That covers the padding for the top of the title in the section that you mentioned (Latest News & Newest Destinations).


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

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.