Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Sidebar Width Not Updating #742666

    Was able to solve this. Appeared to be a caching issue.

    in reply to: Center Caption Text on Image #685188

    Rikard,

    Apologies, I was able to figure out the issue. It was due to the Default font size being too large. This caused the div of the font to be larger than the div of the object. Thus the font was centered in the font div, but not the image div. Reducing the font size fixed this issue.

    This has lead to another issue however. When I set the Image Styling to circle, this causes the shape to “clip” and hit the edges of the div when hovering over it. The reason why I would like to set the Styling to circle is to allow for an image overlay that overlays atop of the blue circles.

    Currently the styling is set to default to prevent this “clipping” from happening. If necessary I can change it to circle if my explanation is not clear.

    Thanks

    in reply to: iframe Bottom Margin #675842

    Vinay,

    I am aware that this is an option as well. And I would actually have to change it to be the footer outline color.

    However, this is not a proper fix, and instead a band-aid.

    Do you happen to know how to fix this properly?

    in reply to: iframe Bottom Margin #675810

    The pink line can be seen here between the body content and footer. I’d just like to remove the pink line. The issue is it does not show up on desktop devices, and only on mobile.

    • This reply was modified 8 years, 2 months ago by telorenzo46.

    For those interested, I was able to solve it with the following:

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency * {
        color: #0095d6!important;
    }}
    
Viewing 5 posts - 1 through 5 (of 5 total)