StyledThemes

Remove Padding

Home Forums WordPress Themes – Premium Pure & Simple Remove Padding

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #48984
    WebVision
    Participant

    Want to remove all padding around the header image – Where is that located ?
    Thank You

    • This topic was modified 6 years, 1 month ago by WebVision.
    Attachments:
    You must be logged in to view attached files.
    #48986
    WebVision
    Participant

    I already have the header set at 0rem 0 0rem 0

    #49006
    Sushil Adhikari
    Moderator

    HI VQP,

    There is no any padding on the banner image. This happens when you kept small sized image. So we request you change the banner image size to atleast 1500x500px.

    Let us know how it goes after changing the image size.

    Thanks

    #49007
    WebVision
    Participant

    I dont want the banner that big, I want that area to fit the banner size I make
    So if I hav a banner thats only 300px, thats the size I need as I use this theme quite often and do not need a 500px banner

    #49009
    WebVision
    Participant

    The top and bottom padding or whatever is keeping this from sizing
    Thank You

    Attachments:
    You must be logged in to view attached files.
    #49011
    WebVision
    Participant

    ????

    #49014
    Sushil Adhikari
    Moderator

    Could you send us your site url so we can have a quick look and provide you appropriate solution?

    Thanks

    #49015
    WebVision
    Participant
    #49199
    WebVision
    Participant

    ???

    #49200
    WebVision
    Participant

    Padding should have been removed via custom when set to zero ??

    #49232
    Sushil Adhikari
    Moderator

    Hi Vqp,

    There is no any padding on logo area( Top header image ). We had visited your website and all things looks ok from your side.

    Let us know if there queries related to our themes.

    Thanks

    #49238
    WebVision
    Participant

    I beg to differ on this
    Here is what I am referring to, when I change the padding on this it removes the space around the header image
    However I cannot get this to take effect by adding to child theme – even with the important statement
    I need this to be zero in the padding
    Thank You

    .header-bg {
    padding: 2rem 0;
    background: no-repeat center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size:cover;
    cursor: pointer;
    }

    #49243
    Sushil Adhikari
    Moderator

    HI Vqp,

    YOu didn’t have closed the #content selector css, so your changes for header-bg is not working. Please add } after the #content selector:

    #content {
    	padding: 1rem 0 3rem;
    	background-color: #fff;
    	font-size: 0.813rem;
    }
    /* space between top of header image */
    
    .header-bg {
    	padding: 0rem 0 !important;
    	background: no-repeat center;
    	background-size: cover;
    	-moz-background-size: cover;
    	-webkit-background-size: cover;
    	background-size:cover;
    	cursor: pointer;
    }

    Thanks

    #49246
    WebVision
    Participant

    Thank You

    #49256
    Sushil Adhikari
    Moderator

    YOu are most welcome VQP…

    Thanks

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.