badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Search Results for 'white space'

Viewing 15 results - 1 through 15 (of 160 total)
  • Author
    Search Results
  • #103134

    Topic: Too Narrow

    drjessica
    Participant

    My website margin is too narrow. How do I make the font the words on the website increase in width?. There is too much white space on the right and left side of the page

    sseccombe
    Participant

    Hello

    1) I´ve been searching in the CSS file because I want to change the colour of the grey box surrounding the main content but can´t find how to do it. I want to change it to white so the whole page looks more cohesive. Or is it padding that I need to change? Not sure.

    2) I´d also like to change the font and the colour of the navigation menu. How can I do this as well?

    3) How do I change the width of the space allocated to the navigation menu on the left-hand side? This is to allow more space for content to the right.

    4) Where/which option should I be looking for in the CSS if I want to change the font of the contents, separate from the navigation menu?

    I wanted to add a screenshot here but it seems it´s not possible.

    Thank you so much for your help.

    Kind regards

    Susan

    #97305

    Please go to ‘Appearance > Customize > Design Options > Custom CSS’ and paste the below Custom CSS code.

    @media (max-width: 767px) {
    	.entry-content td,
    	.comment-content td {
    		white-space: normal;
    	}
    }

    Thanks

    Henny
    Participant

    Hi, I am in a test phase right now, and I have a some questions:
    1. The width of the posts is only using 50% of a mobile phone screen, left and right is a lot of white space. How can I increase the width?
    2. I am using back ground images behind the widgets in stead of Video. Some images are very vage on mobile and tablets. On e desktop/notebook there is nothing wrong. How can I increase the quality there?

    Regards,
    Henny

    #91721

    Hi Xeinar,

    Just try below custom CSS code to hide the banners and add some white space between navigation and content area.

    @media (max-width: 767px) {
    	.featured-section {
    		display: none;
    	}
    	.home .site-content,
    	.blog .site-content {
        		padding-top: 30px;
    	}	
    }

    Thank you!

    #90362
    the5krunner.com
    Participant

    please check the original post
    that is what i did first of all.
    it doesn’t work
    youtube links display correctly on firefox in preview mode but the screen shows a white space where the video should be once published and live.
    Chrome is the same.

    div
    class=”embed-responsive embed-responsive-16by9″>https://youtu.be/VjlVGDVuUbM
    slash div

    #74875
    smakbar51
    Participant

    White space issue is more pronounced when display is in portrait view of android phone.

    The extra white space issue is also there when slider is used as a widget. The space below slider and text is too much.

    Same excessive white space issue appears on a ipad when it is in portrait view between Revolution slider and text below.

    Website is asianqa.com

    #74844
    smakbar51
    Participant

    Hello, the new code did not correct the white space issue on mobile android phones. Please check website is asianqa.com

    #74714
    smakbar51
    Participant

    Hi this reduced the laptop white space. However, the android phone white space did not change. Please provide CSS Code for phone viewing also.

    #74701

    Hi @smakbar51,

    Login to your dashboard and just go to Appearance > Customize > Design Options > Custom CSS and paste below custom CSS code to reduce the white space between ‘Homepage Slider’ and ‘Text’ below.

    #main {
        padding-top: 10px;
    }
    @media only screen and (max-width: 767px){
    	#main {
    		padding-top: 10px;
    	}
    }

    Thank you!

    #74696
    smakbar51
    Participant

    Can you please respond to this! The white space is there when we use the revolution slider on home page or as a widget.

    #74572
    smakbar51
    Participant

    How can I reduce white space between home page slider and text below. This is specially large on android phones.
    Website is asianqa.com

    #74346
    Rufando
    Participant

    Hello Support, there’s a big White Space between Header and Category Title Heading, how to minimize/reduce this. ImageWhite Space link. Thank you.

    #71767
    V-at-Vidtuition
    Participant

    Have installed NewsCard Premium on WordPress. Been through the configuration videos and read documentation. It all seems fairly straight forward, and almost every part is functioning as expected.

    However, one section is not displaying posts….well, it flashes visible for a couple of milliseconds, and then it’s gone. You sort of know it’s back there.

    I’ve tried multiple different graphics formats (.png, .jpg), I’ve created new categories, and set the filter to those, and have erased and re=entered postings. Doesn’t seem to fix this.

    There’s a sizable “white space” horizontal area below all of this, before the footer’s and widgets begin to appear. And I do not see how to make this go away.

    Currently, I’m using the site as a test-bed for an organization; so this would be transferred to a new site.

    See for yourself: http://www.vidtuition.com Suggestions? My next step is to reset the whole WP site and start from scratch again.

    “Thanks” in advance.

    – V

    #68848
    cclm76
    Participant

    Right below the “Canadian Independent Wrestling” banner, there are 10 stories that show up without a banner title. Is there a way to set a banner title and is there a way to increase the 10 stories to say 15? There’s some white space I’d like to be able to fill.

    Thanks!

Viewing 15 results - 1 through 15 (of 160 total)