• Hi there,

    My query : The “Rounding” of corners of the images. Great feature. Makes the picture easy to look at. Any picture embedded in to the post (Sourced either from the wp site or hot linked from another source) gets the rounded corners.

    Doubt : Does this feature also tries to round the corners of advertisements (like from google). Wanted to clear my doubt regarding that as many ad vendors insist there should not be any attempt to modify the codes as a policy.

    Any clarity on the doubt is welcome.

    Thank you again for a great theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    Doubt : Does this feature also tries to round the corners of advertisements (like from google).

    Please post your website URL.
    We will take a look at your source code and see if theme is affecting it.

    Thank you

    @deb – I checked the site you had linked previously: https://www.dentalorg.com/

    The answer is “yes”, the dynamic CSS generated by the theme will affect all images unless you specifically override them. In your header you can exempt the widgets image by using this CSS:

    /* remove image rounding */
    #header-widgets img {
        border-radius: 0;
    }

    many ad vendors insist there should not be any attempt to modify the codes

    Ads are normally contained in iframes which you cannot modify locally. Your header widget is an image with an off-site link. In any case, the rounding of images doesn’t modify any ad code; it’s used for display purposes only.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Rounded Corner Feature’ is closed to new replies.