wp-image flush with home-page section

Support Area Forums Elite wp-image flush with home-page section

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://bendthelimits.com
  • Author
    Posts
  • #31948
    Alberto Brusa
    Participant

    Hi Bill,

    Is it possible to place an image within [animate] shortcodes flush with the section border? See attached image…

    Best regards,
    Alberto

    #31950
    Bill Robbins
    Moderator

    Good Morning Alberto,

    Great question you can do. What you’ll want to do is selectively remove the margins and padding on the home block where you’d like to do that. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #home-three .cbp-so-side {
      	padding-bottom: 0px;
      }
      
      #home-three .home-page-block {
      	margin-top: 0px;
      	margin-bottom: 0px;
      }
      
      #home-three .wrap {
      	padding-top: 0px;
      	padding-bottom: 0px;
      }
      
    3. Just replace the #home-three with the home block you’d like to change like:

      #home-two
      #home-four
      #home-five

      and so on.

    4. Update your settings.

    See how that works for you.

    Have a great weekend,
    Bill

    #31952
    Alberto Brusa
    Participant
    This reply has been marked as private.
    #31953
    Bill Robbins
    Moderator
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘wp-image flush with home-page section’ is closed to new replies.