Split Welcome Features #1, #2 and #3 ~ 2/3rds and 1 1/3rd.

Homepage Community Forums Epik Theme Support Split Welcome Features #1, #2 and #3 ~ 2/3rds and 1 1/3rd.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3628
    Terence
    Customer

      In the first three Welcome Features widget locations, instead of having three images with text centered underneath each, I only need two.

      But I would like to split them 2/3rds with text centered underneath that location, and 1/3rd with text centered underneath the other location

      Does the theme allow for that?

      If not, how do I do it?

      Terence.

      #3634
      Eric
      Customer

        Yes you can do this. You’ll need to go into your css file and look around line 1245 (unless you’ve made changes) for this –

        .welcome-feature-1, .welcome-feature-2 {
        background: none repeat scroll 0 0 red;
        float: left;
        margin: 0 2% 0 0;
        width: 32%;
        }

        ^ Just change the width to a lower number….then look under that code for the .welcome-feature-3 and adjust the width to a higher percentage. Just play with the numbers until you get the size exactly as you want it to look and that will give you exactly what you’re looking for.


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

        #3645
        Terence
        Customer

          Excellent Eric ~ works perfectly.

          The way the CSS is written you’d almost imagine Wes had thought ~ “… supposing someone might want to leave out that second welcome-feature widget?”

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Split Welcome Features #1, #2 and #3 ~ 2/3rds and 1 1/3rd.’ is closed to new replies.