Forum Replies Created
-
AuthorPosts
-
Was able to solve this. Appeared to be a caching issue.
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
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?
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.
July 26, 2016 at 3:57 am in reply to: Secondary Menu Background Color With Transparent Header on Mobile #665119For 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; }}
-
AuthorPosts