Home › Community Forums › Epik Theme Support › Home features 9-13 change to 9-12 only
Tagged: 3 column widgets area
- This topic has 7 replies, 2 voices, and was last updated 9 years, 2 months ago by
Eric.
-
AuthorPosts
-
January 8, 2014 at 7:39 am #9863
Karen
CustomerHi I am in the process of turning this area into a three block of widgets instead of four. It displays perfectly well locally, but when I try to reproduce it on the live site it does not display in the same way.
I applied the dimensions from the footer widgets this is the css
/* Home Feature 9 */
.home-feature-9 {
clear: both;
text-align: center;
}.home-feature-9 .widget {
margin: 0 0 40px;
overflow: hidden;
}.home-feature-9 h4 {
font-size: 32px;
font-weight: 400;
line-height: 38px;
}/* Home Feature 10 */
.home-feature-10 {
float: left;
margin: 0 4.166666666% 0 0;
width: 30.555555555%;
}.home-feature-10 .widget {
margin: 0 1.3% 0 0;
overflow: hidden;
}/* Home Feature 11 */
.home-feature-11 {
float: left;
margin: 0 4.166666666% 0 0;
width: 30.555555555%;
}.home-feature-11 .widget {
margin: 0 1.3% 0 0;
overflow: hidden;
}/* Home Feature 12 */
.home-feature-12 {
float: right;
margin: 0;
width: 30.555555555%;
}.home-feature-12 .widget {
margin: 0 ;
overflow: hidden;
}I expect it is something to do with the margins? Can you give me an ice of what I am doing wrong.
The live site is behind a plugin that only displays for admins so I have taken some screen shots
local view
live view
January 9, 2014 at 10:45 am #9879Eric
CustomerI can help, but in order to know what’s going on we’d have to see a link. Screenshots/Code won’t be enough.
If you don’t want others to see your link, you can check the Private Reply option near the bottom.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
January 9, 2014 at 10:54 am #9880Karen
CustomerThis reply has been marked as private.January 9, 2014 at 12:27 pm #9893Karen
CustomerThis reply has been marked as private.January 9, 2014 at 9:03 pm #9900Eric
CustomerIf you’re trying to align all of those widgets then they’ll need to be inside the same div. The 3rd widget is inside an entirely different section. You added an empty text widget inside the 10th and 11th widget and then you added the content inside of the 12th widget area, and that definitely won’t work since it’s in a different location.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
January 13, 2014 at 6:13 am #9978Karen
CustomerThis reply has been marked as private.January 13, 2014 at 6:33 am #9979Karen
CustomerSuccess! I looked at the code with Firebug and was able to sort it out! Thanks for pointing me in the right direction!
January 13, 2014 at 10:43 am #9990Eric
CustomerSounds great! Just us know if you run into any issues.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
-
AuthorPosts
- The topic ‘Home features 9-13 change to 9-12 only’ is closed to new replies.