• Resolved Julianna

    (@juliannasculpts)


    Does anyone know how this can be used with the Rounded V2 theme? I’m not very familiar with CSS code, and can’t seem to get the right DIV Base Element. When I try “content”, it changes the side links (eg “Filed under”) rather than the actual post content.

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter Julianna

    (@juliannasculpts)

    After playing around with the CSS files, I found the solution.

    In style.css, search for the following:

    .thecontent{
    	width: 70%;
    	float: left;
    }

    Add the following after it:

    .thecontent p{
    	font-size: 1.2em;
    }

    The element can then be set to “content” and the post text will change with the rest of the text on the page.

Viewing 1 replies (of 1 total)
  • The topic ‘wp-chgfontsize: finding the right DIV Base Element’ is closed to new replies.