Jump to content
Sign in to follow this  
pockettactics

Making Header Adjustments Causes Page Font To Lock At 14 Px

Recommended Posts

pockettactics

Hi guys-

Making some changes to Pocket Tactics today to accomodate an advertiser's site skin - and for some reason the site's body font is now stuck at 14 px. It was 18 before, nice and big for readability.

Now, no matter what I set the


body{

font-size: 20px

}

to, it appears tiny on my site.

Share this post


Link to post
Share on other sites
James B

Hi there, the above code is missing ;


body{

font-size: 20px;

}


Kindly search the forum and read the documentation before posting. It will help you resolve many issues.

For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting.

James B

Share this post


Link to post
Share on other sites
pockettactics

So that code isn't appearing in the page source?

That would be my problem then - here's a cut & paste of everything in my Pagelines Custom CSS Rules:


body{

font-size: 20px

}

p A:link, p A:active {

    border-bottom: 1px dotted #BBBBBB;

    color: #e07407;

}

A:hover {

    color: #cc6600;

    text-decoration: none;

    border-bottom: none;

}

#branding .leaderboard {

    float: right;

    z-index: 4;

    position: relative;

}

.banner-title {display:none;}

.banner_container .banner-area {

    padding: 2px 0;

}

.banner-content p { margin: 0;}

.banner-title {

    margin-bottom: 1px;

}

.banner_title.wicon {

    background-position: 0 4px;

    background-repeat: no-repeat;

    display: inline;

    padding: 0px;

}

.banner_container .banner-text-pad {

    padding: 1px 3px;

}

.banner_container .banner-area {

    padding: 4px 0;

}

.fpost .post-excerpt, .fpost .entry_content {line-height: 1.6em;

}

#banners .content-pad {

    padding-bottom: 1px;

    padding-top: 1px;

}

#sidebar1{font-size: 18px};

}

.branding_wrap { float: left; margin: 20px 0 0 0; }

}

.bsap_1280676.bsap { float: right; display: block; width: 750px; margin: 0 0 20px 0; }

As you can see, the font size adjustment is the very first thing after the body tag. Why isn't it having any effect?

Share this post


Link to post
Share on other sites
catrina

Does your advertiser's site skin come with any CSS? It may be overwriting the CSS you have. It's important that you overwrite the "imposter" CSS style.


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites

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

Sign in to follow this  

  • Similar Content

    • Adrian D Zussino
      By Adrian D Zussino
      Hello, I want to use a RavSlider but a don´t want that it size full width. Is there a way or other component to do that.
      PD: Please be patient, my English is not good. Thanks
    • mrhinsh
      By mrhinsh+
      I have found that many of the components, especially lists, do not work in the Edge browser. 
      For example https://nkdagility.com/ has 6 video boxes that only render in Chrome and do not show in Edge.
    • Barnaby Skinner
      By Barnaby Skinner+
      Hey all, hope I worded the topic correctly!
      I just need to know if either 1) I'm making a mistake or 2) this could be set as a new feature?
      Using the global settings typography parameters, I have a global paragraph font type (set using googlefonts) and have set the style to align:justify. When laying out <p> text inside a simple TEXT module, the <p> text adheres to both the font type and justification. Perfect.
      Now, when I set <p> text inside the PARAGRAPH TEXT field within an ELEMENT module, the <p> text adheres to the font type, but not the justification. It's rather annoying as I like to fully justify para text across the board and tend to use Element modules instead of text boxes for various reasons. It also seems silly that some PARAGRAPH TEXT fields adopt global settings, whilst other don't.
      Or I'm doing it wrong :S
      Any help or advice is much appreciated!
      Cheers
    • bnapoli
      By bnapoli+
      On my site www.modishmel.com I'm seeing the "blog post title" within the "pins" plugin section breaking words into multiple lines. See screenshot attached.
      Only seeing it in Firefox. Can you help?

    • Jared Smith
      By Jared Smith+
      I haven't figured out how to get the "Sync Loaded Item" option in templates menu of Platform 5 to stay checked. It doesn't give me an option to save settings when I select it, and when I select it then click off the editor, it unselects. Also if I select it before loading a template, it doesn't stay checked there either.  Whats going on?
×