Shape 5

Joomla Templates => Zoka Transports - Club => : outsidein April 22, 2015, 09:08:47 PM



: Circle Cutouts Class
: outsidein April 22, 2015, 09:08:47 PM
Hi, I set up my website and ran into a few little issues. Hopefully you can help me fix this.
Please have a look a this site: http://outsideinliving.com.au/about and scroll down to the heart icon. Unfortunately I have a little green line on the right hand corner of the box I can not get rid off. I attached a screen shoot as well.

The same thing happens here : http://outsideinliving.com.au just under the accordion menu. I am not using the icon and the whole text "jumps" up on mouseover. Is there any way to fix this and make it not jump?

Thanks a lot !!


: Re: Circle Cutouts Class
: mikenicoll April 23, 2015, 08:40:17 PM
Hello,

1) Remove the border here:

:
Template.CSS - Line 955

.module_round_box-highlight_border {
    border-right: 1px solid #333333;
    margin-bottom: 60px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}

2) Remove this below:

:
Template.CSS - Line 967

.module_round_box-highlight_border:hover .circle_callouts_title {
    margin-top: -1px;
}