welcome wide formatting

Homepage Community Forums Epik Theme Support welcome wide formatting

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11339
    mfickler
    Customer

      Wes, can I get the text in the welcome wide area to 1) align to the top of the image (on the left) and 2) to have the bullet-ed text align left (bullets are to the left but the text is center aligned).
      I want to have all the text (including the opt-in box) to be alongside of the image

      see http://albuquerquemattress.com

      #11344
      Wes
      Moderator

        Yes remove the “feature-margin” class and that will remove the margin which is on top of the text. Then look around line 1232 in your css file and remove or change the text-align to “left” –

        .welcome {
        	background: #303236;
        	clear: both;
        	color: #ccc;
            margin: 0 auto;
            text-align: center;
        }
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.