Jump to content

Question about HTML (Blogger)


Go to solution Solved by Rook,

6 posts in this topic

Recommended Posts

Posted

pPbd0oX.png?1

 

 

so the pageviews counter has gone a little bit left

 

dont know how to fix it :p

 

i tried searching stats but didnt help me

 

any help from masters :cry:

  • Solution
Posted

Search for this

.Stats .counter-wrapper

You should find this:

.Stats .counter-wrapper {
display: inline-block;
font-size: 24px;
font-weight: bold;
height: 30px;
line-height: 30px;
vertical-align: top;
direction: ltr;
}

Simply add padding: 5px; at the bottom or 10px depending on your preferences.

.Stats .counter-wrapper {
display: inline-block;
font-size: 24px;
font-weight: bold;
height: 30px;
line-height: 30px;
vertical-align: top;
direction: ltr;
padding: 5px;
}

Save it then refresh your page.

 

If padding doesn't work, try margin.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines