• Resolved kennypierce

    (@kennypierce)


    For more than a year, the Amazon.com embed codes that I place at the close of my posts sit in the direct center of the presented page. Initially, they would left justify (which I liked since I put several in each post). They would look great one next to another but now they only present on posts as a centered item. This makes longer scrolling necessary to the next posts and its unbecoming.

    I enjoy this theme quite a bit and wish to keep using it. I also have a question on why the categories are not tallying on the right side and instead as if they were the grouping of related topics. Thanks so much. I am not a coder at all so this is alien to me.

    Here is a sample post: https://piercingmetal.com/sony-animation-spider-man-into-the-spiderverse-teaser-trailer/

    • This topic was modified 7 years, 3 months ago by kennypierce.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi @kennypierce

    Dashboard / Appearance / Customize /

    Additional CSS

    Paste the following code. and Save Publish

    
    iframe[src^="//ws-na.amazon-adsystem.com"]{
         float:left;
    }
    

    With this, Amazon’s ads will be side by side

    Thank you.

    Theme Author nobita

    (@nobita)

    why the categories are not tallying on the right side

    Raindrops 1.492 change category widget design.

    To return to the old display ?

    When PHP code can be write

    raindrops/functions.php

    
    <?php
    function raindrops_category_link_fomat( $output, $args ) {return $output; }//ADD ONLY THIS LINE
    /**
     *
     *
     * @package Raindrops
     * @since Raindrops 0.1
     */
    if ( !defined( 'ABSPATH' ) ) {
    	exit;
    }
    

    If you write this code directly in a theme, if you update it, the change will be deleted. In order to change permanently, it is necessary to add it to a child theme.

    • This reply was modified 7 years, 3 months ago by nobita.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Justification Dilemma with Amazon.com Codes’ is closed to new replies.