• Resolved RadhikaCK

    (@radhikack)


    I have some white space above my logo, and I want to remove that. I also want to take the logo a bit higher and get the navigation bar on the right of the logo. I have no idea about the codes. Can someone please guide me. Here is a link to my website, for more clarity: http://www.editaword.com.

    Thanks.

Viewing 15 replies - 1 through 15 (of 15 total)
  • Go to: Appearance / Editor, then find and open style.css under Styles.

    Search for the class “phone” and add a “float: right;” so it should now look like this:

    .phone {
    margin-top: 30px;
    text-align: right;
    font-size: 20px;
    float: right;
    }

    I hope this helps!

    Hey Vinny, i went to style.css and that line does not exist in mine at all. I was wanting to remove that space also..

    here is what mine looks like:

    /*
    Theme Name: Customizr
    Theme URI: http://www.themesandco.com/customizr
    Description: Enjoy designing your website live from the WP customizer screen. Choose your options : skin, logo, social profiles, slider, layout, home featured blocks… you can even customize your css live. And this is it! The clean and fully responsive design can be used for any type of website : corporate, portfolio, business, blog, landing page, etc. The theme also includes a responsive slider generator (with call to action text and button) to make your pages or posts look beautiful. Built with valid HTML5 and CSS3 (Twitter Bootstrap), cross-browser tested, the theme is translation ready and available in English, French, German, Russian, Brazilian Portugues, Spanish, Italian, Swedish, Polish, Dutch, Chinese (simplified).
    Author: nikeo
    Author URI: http://www.themesandco.com/
    Version: 3.0.13
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: gray, white, light, blue, red, yellow, green, purple, orange, black, one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post, post-formats
    Text Domain: customizr

    Customizr WordPress Theme, Copyright 2013 Nicolas GUILLAUME, Nice, France.
    Customizr is distributed under the terms of the GNU General Public License v2.0
    License URI: license.txt
    */

    /*
    IMPORTANT : If you write your CSS code below, it will be deleted when you update the theme.
    If you want to personnalize the css of Customizr, use the Custom CSS section in the Customizer screen OR create a child theme a add your css code in the style.css file.
    */

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry, you’re not supposed to edit the style.css file of the theme.

    Add your CSS modifications through the “Custom CSS” part of the dashboard. Vinny’s example can be added as:

    .phone {
     float: right;
    }

    doesnt look like it did anything.. geeez im in problems up to my behind over here…

    http://www.secureprotechnologies.com
    maybe someone can give me some ideas on how to fix this stuff. also have huged page headings that wont go away.. lol

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you confirm what you added into your “Custom CSS” part of the dashboard?

    .phone {
    float: right;
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I don’t see that in your Custom CSS of your webpage, can you send us a screenshot of what you see?

    huh? i put it in under customize.. Not the right place?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry, I was looking at the wrong site, at @radhikack’s site.

    What do you mean you want to reduce the space above the logo, you don’t have one do you?

    http://secureprotechnologies.com/compare-packages/

    Ok, I need help. I have too many issues going on.
    I wanted to remove that giant heading that says “Compare Packages”
    its huge and their is one for every single page… I thought thats what was going to get fixed… LOL

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You need to create a thread to discuss that
    http://wordpress.org/support/theme/customizr#postform

    Thread Starter RadhikaCK

    (@radhikack)

    Hi Guys,

    Thanks for your responses. I am happy with how my phone number looks on the website, I have already added those details on my custom css.
    If you go to http://www.editaword.com, you will notice some white space above the logo. I want to delete that. I also want to get my navigation bar in the middle, with the logo on the left and phone details on the left.
    Can someone help me with that?

    Thanks.
    Radhika.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Hi RadhikaCK, do you have a “Custom CSS” part of the dashboard?

    Thread Starter RadhikaCK

    (@radhikack)

    Yes I do. Can you please tell me how I need to get rid of the extra white space?

    Any help will be appreciated.

    Thanks.

    Radhika

    Thread Starter RadhikaCK

    (@radhikack)

    Hi guys,

    Thanks a lot for your help. I found a solution to it. There was a coding error that I changed.

    Thanks again.

    Regards,

    Radhika

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Remove white space above the logo’ is closed to new replies.