Widget Room Space and Blog Text Size

  • Nosferatusvn

    #49152

    hi,
    i am not so happy with the graphene, but i use it now and hours laters it looks good 🙂

    But i have some questions:

    1) I want not so much space between “KATEGORIEN” and “Bundesländer” also i dont want so much space between “Burgenland”. How can i do this?

    2) How can i change the text size its a bit to much by the Blog Header “Google Shopping List…” and also the normal Blog Text – all bigger as the Widgets

    3) How can i change the bold text for the Links, and also want to change the spaces between “Neueste Beiträge” and “Google Shopping List…” and between “Google Shopping List..” and “Pixel-Smartphones…”
    Also want to change the Text size.

    Hope you can help me.

    Thank you.

    Have a nice day 🙂

    Admin

    Syahir Hakim

    #49154

    These can all be achieved with a little additional CSS for margin, padding, and font-size. You’ll need to identify the element’s selector to modify, which you can use the “Developer Tools” already built into most browsers these days. See this post for a good tutorial on this:

    As an example, for number 1, you can use this code to decrease the spacing between the list elements in the widget:

    .sidebar ul li {
    	padding: 4px 0;
    }
    

    These codes are specific to which element you’d like to adjust. There’s literally thousands of them so it’s important that you learn how to do this yourself, as we can’t provide the CSS code for every changes.

    Nosferatusvn

    #49155

    Hm… i used from an other Design which i tested

    .sidebar ul li {
    	padding: 4px 0;
    }

    But it change nothing. Then i have a bug in a plugin.

    Thank you for you help, i will tested it again 🙂

    Have a nice weekend.

    Admin

    Syahir Hakim

    #49164

    Might be some other styling is overriding that change. Please post a link to your website so that we can take a look.

    Anonymous

    #49589

    I have tried using this in the custom CSS but when I go to make a post it still defaults to Lato 12pt

    body {
    font-family: “Open Sans”;
    font-size: 14px;
    }

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.