Tagged: 

Viewing 20 posts - 1 through 20 (of 38 total)
  • Author
    Posts
  • #15194
    carlosdonan
    Member

    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

    #15195
    carlosdonan
    Member

    Or 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

    #15205
    Sakin
    Keymaster

    @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.

    #15212
    carlosdonan
    Member

    Hi 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

    #15221
    Sakin
    Keymaster

    Hi 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.

    #15227
    carlosdonan
    Member

    Hi 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!

    #15229
    Sakin
    Keymaster

    @carlosdonan: But you don’t have any footer widget in your site.

    #15230
    carlosdonan
    Member

    Hi 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

    #15231
    Sakin
    Keymaster

    @carlosdonan: Let me know when you add it and then I will take a look at it.

    #15232
    carlosdonan
    Member

    @sakin Ok I’ll do it now

    #15233
    carlosdonan
    Member

    Something 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

    #15239
    Sakin
    Keymaster

    @carlosdonan: It’s same.

    #15252
    carlosdonan
    Member

    hi 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

    #15253
    Sakin
    Keymaster

    Let me know once you add it. It’s sill no widget in footer. I am about to leave for today.

    #15254
    carlosdonan
    Member

    I did it now sakin, Thank you

    #15255
    carlosdonan
    Member

    I would like to remove o reduce a lot the white space around the plugins, thank you. Hopefully I still get you before you leave.

    #15256
    Sakin
    Keymaster

    @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; }
    #15257
    carlosdonan
    Member

    Thank you @Sakin for your and help and time I really appreciate it!

    Have a great afternoon!

    Carlos

    #15258
    carlosdonan
    Member

    Works perfect Sakin, thank you again!

    Carlos

    #15366
    carlosdonan
    Member

    Hi 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

Viewing 20 posts - 1 through 20 (of 38 total)
  • The topic ‘Home Page – Padding and Margins’ is closed to new replies.