Viewing 3 replies - 1 through 3 (of 3 total)
  • Michael

    (@alchymyth)

    you have broken a style in style.css of your theme:

    .entry-content,
    .entry-summary {
    	/*clear: both;*/
    	padding: 10px 0 0;
    
    .entry-title a:link,
    .entry-title a:visited {
    	color: white;

    after the padding line, the closing curly bracket } is missing.

    the section must read:

    .entry-content,
    .entry-summary {
    	/*clear: both;*/
    	padding: 10px 0 0;
    }
    
    .entry-title a:link,
    .entry-title a:visited {
    	color: white;

    Thread Starter tamsen

    (@tamsen)

    Well who knew. That was easy. Thanks so much for spotting that. Fresh eyes. Much appreciated. Good karma to you. Tamsen

    Thread Starter tamsen

    (@tamsen)

    Hi, me again. I THOUGHT it was fixed, and it is on most pages. But this one is not behaving, even though the code looks the same as the others…

    https://beautycomesnaturally.com/finishing-touches/

    It keeps dropping the caption and alignment when I go back and forth between visual and HTML view…

    Could it be the clear: both; ? And if so, why does it work on other pages.

    Ideas?
    thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘image wrapping’ is closed to new replies.