Tagged: 

Viewing 18 posts - 21 through 38 (of 38 total)
  • Author
    Posts
  • #15372
    Sakin
    Keymaster

    @carlosdonan: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .site, #masthead { background-color: transparent; }

    #15379
    carlosdonan
    Member

    Wonderful Sakin!

    Thank you so much! Great support as always!

    Carlos

    #15382
    carlosdonan
    Member

    Sakin,

    How can I remove the border or shadow next to the social Icons? I think is site box shadow?

    Thank you so much,

    Carlos

    #15386
    Sakin
    Keymaster

    @carlosdonan: I don’t see the shadow there.

    #15387
    carlosdonan
    Member

    Yes Sakin, Theres a Border or shadow let me put the black background and you’ll see. Maybe page shadow or site shadow?

    Carlos

    #15390
    Sakin
    Keymaster

    @carlosdonan: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .widget.Social_Widget img { box-shadow: none; }

    #15392
    carlosdonan
    Member

    Sakin the shadow that I’m talking about is like a border all around de page, yo can see it in the bottom too, footer is like gray shadow or border

    Thank you so much

    #15393
    carlosdonan
    Member

    Is like site box shadow or border, like behind the page,

    Thank you,

    Carlos

    #15395
    carlosdonan
    Member

    Sakin, I got it!

    This was the solution .site { box-shadow: none; }

    Thank you for your help and time!

    Carlos

    #44768

    Hello,

    I would like to hear how to change widget padding or/and borders in my site.

    Best Jens

    #44769
    Sakin
    Keymaster

    Hi Jens,

    Can you post in your site URL and then I will check in and send you the css to change the widget padding and borders.

    Regards,
    Sakin

    #44770

    Thanx. Livetilandmad.dk.

    I would like to insert a background picture in the right sidebar and have widgets with no borders or padding on top of it.

    Best Jens

    #44778
    Sakin
    Keymaster

    Hi Jens,

    You can remove padding and border in your sidebar widget by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .widget {
        border: none;
        padding: 0;
    }

    Regards,
    Sakin

    #44791

    Fantastic,

    now I would like to add an background image to the right sidebar.
    How do I do that??

    Best Jens

    #44793

    I have succesfully added a background-image to the sidebar. Now I would like the widgets to be in center of the sidebar instead of left aligned.
    How do I do that??

    /Jens

    #44826
    Sakin
    Keymaster

    Hi Jens,

    You can add the following css to center it.

    .widget { text-align: center; }

    Regards,
    Sakin

    #45595
    Chris
    Participant

    Can you please tell me how to remove the margin padding around widgets titles in Catch Box Pro

    #45611
    Sakin
    Keymaster

    @Chris: Can you let me know in details like what are you trying to do. Maybe you can explain better in reference with your site URL. Then I will give you custom css which you can add it in “Appearance => Theme Options => Custom CSS” box.

    We have following css for widgets margin and padding

    /* For Widget Box */
    .widget {
        margin-bottom: 2em;
        padding: 0.5em 1em 1em;
    }
    /* For Widget Title */
    .widget-title {
        margin: 0 -0.75em 1em;
        padding: 0 1em 0.5em;
    }
Viewing 18 posts - 21 through 38 (of 38 total)
  • The topic ‘Home Page – Padding and Margins’ is closed to new replies.