Tagged: css
- This topic has 37 replies, 4 voices, and was last updated 9 years, 11 months ago by Sakin.
-
AuthorPosts
-
September 28, 2013 at 9:02 pm #15194carlosdonanMember
Hi Sakin,
How can get my home page with no padding and spaces at all and keep at least 10 2rem or 5px 1rem in the rest of the site?? If you can please check my web. The link is the following: http://latinshines.com
Thank you for your help!
Carlos
September 28, 2013 at 9:12 pm #15195carlosdonanMemberOr maybe easier, get 0 padding in the footer widgets to put my plugins there and remove main in the home page…And remove footer widgets from the rest of the site, just show it in the home page.
Thank you,
Carlos
September 29, 2013 at 1:45 am #15205SakinKeymaster@carlosdonan: First I cannot view your site. It’s still coming soon. Also I can not clear about your request.
Can you explain please? Maybe add screenshot here.
September 29, 2013 at 2:12 am #15212carlosdonanMemberHi Sakin,
Thank you for reply, you can see my site at the following link: http://latinshines.com
What I would like to do is to keep the home page with no padding just images and plugins, and the rest of the site as default..
Thank you,
Carlos
September 29, 2013 at 8:51 am #15221SakinKeymasterHi Carlos,
It’s quite complicate. You need to remove all the padding and margins like below:
.home #main { padding: 0; } .home .entry-header { margin: 0; } .home #content article { margin: 0; padding: 0; } .home #secondary { padding-top: 0; }
Then either you need to increase the size of sidebar or content.
September 29, 2013 at 9:28 am #15227carlosdonanMemberHi Sakin,
Thank you so much for your help, and yes I doing some changes now,
as always your support is excelent! About the other post, was because I had some trouble to find and edit this post.I have another question. Could you help with a code to do exactly the same thing with the footer widget? No padding and around the three footer widgets. Then I would decide which option works better for me.
thank you Sakin, Great support!
September 29, 2013 at 9:31 am #15229SakinKeymaster@carlosdonan: But you don’t have any footer widget in your site.
September 29, 2013 at 9:34 am #15230carlosdonanMemberHi Sakin
I just planning to add some of the plugins in the footer Are one, Area two and three. And the remove the main from the home page to see how it looks. If I see that doesn’t work I would keep this option.
Thank you
September 29, 2013 at 9:37 am #15231SakinKeymaster@carlosdonan: Let me know when you add it and then I will take a look at it.
September 29, 2013 at 9:37 am #15232carlosdonanMember@sakin Ok I’ll do it now
September 29, 2013 at 9:42 am #15233carlosdonanMemberSomething like this, but removing all the white space between the plugins/widgets and then remove the main from the homepage to see how it looks.
thank you sakin
September 29, 2013 at 8:10 pm #15239SakinKeymaster@carlosdonan: It’s same.
September 30, 2013 at 1:15 am #15252carlosdonanMemberhi Sakin,
Thank you for your reply. I gonna put the widgets in the footer now. What I’m trying to do, is have no padding around the plugins in the footer sidebar widget. Some code similar at what you sent me for the homepage.
Thank you,
Carlos http://latinshines.com
September 30, 2013 at 1:20 am #15253SakinKeymasterLet me know once you add it. It’s sill no widget in footer. I am about to leave for today.
September 30, 2013 at 1:23 am #15254carlosdonanMemberI did it now sakin, Thank you
September 30, 2013 at 1:29 am #15255carlosdonanMemberI would like to remove o reduce a lot the white space around the plugins, thank you. Hopefully I still get you before you leave.
September 30, 2013 at 1:35 am #15256SakinKeymaster@carlosdonan You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#footer-sidebar, #supplementary { padding: 0; } #supplementary.three .widget-area { margin: 0; width: 33.33%; } #supplementary .widget { margin: 0; }
September 30, 2013 at 1:39 am #15257carlosdonanMemberThank you @Sakin for your and help and time I really appreciate it!
Have a great afternoon!
Carlos
September 30, 2013 at 1:41 am #15258carlosdonanMemberWorks perfect Sakin, thank you again!
Carlos
October 1, 2013 at 8:36 pm #15366carlosdonanMemberHi Sakin,
Thank you for your help about the padding last time.
I have a question. How can I get transparent header if i’m using a logo and I have active the header right sidebar? Is that possible?Oh and How I remove the shadow around the site box that looks like gray??
Thank you so much,
Have a great day
http://latinshines.com
Carlos -
AuthorPosts
- The topic ‘Home Page – Padding and Margins’ is closed to new replies.