How to adjust height featured top widgets featured top group
-
Hi There, I have two questions.
I’m working on this client site: https://www.evolutionpsychologycenter.ca
I placed custom images in three featured top widgets on the home page. The text title of each widget (services, problems treated and about) is very far away from the image within the widget. I ensured that the coding within the widget has no extra spaces. I’ve tried adjusting custom css in featured-top-group padding, inside, border, and height with no luck.
1. Can you recommend a solution to decrease it? I’d like for these things to be close in distance. There’s an example of how I’d like it to be more like, on my test domain (see #2): https://deannaradford.net/wordpress
(I swapped out the image in the widget on the client site and it threw the balance off. Not sure why).
Here’s the coding for featuredtop1:
<!– image rollover code by https://saypoint.blogspot.com –>
<style type=”text/css”>
.rollover a {?display : block;
???????????????????? width: 250px;
???????????????????? height: 250px;
???????????????????? background-image: https://www.evolutionpsychologycenter.ca/wp-content/uploads/2015/02/tree_1_grey.gif; }
.rollover a:hover { display : block;
????????????????????? width: 250px;
????????????????????? height: 250px;
????????????????????? background-image:https://www.evolutionpsychologycenter.ca/wp-content/uploads/2015/02/tree_1_green.gif; }
</style>
<div class=”rollover” > </div>
<img src=”https://www.evolutionpsychologycenter.ca/wp-content/uploads/2015/02/tree_1_grey.gif” onmouseover=”this.src=’https://www.evolutionpsychologycenter.ca/wp-content/uploads/2015/02/tree_1_green.gif'” onmouseout=”this.src=’https://www.evolutionpsychologycenter.ca/wp-content/uploads/2015/02/tree_1_grey.gif'”? />2. I’d like for there to be less space beneath the widgets. There’s about 188 px between the bottom of the featured top widget and the top of the bottom area.
Thanks so much for any suggestions you might have.
Deanna
- The topic ‘How to adjust height featured top widgets featured top group’ is closed to new replies.