My category sub-category sign is not showing in the right position.

Posted in: Newsmag
Post count: 5

The sign for sub category is not working fine in my website. Anytime this happens I re-upload the theme back and it gets in the right position but before a week runs out it moves up again. This is example of what i mean in this link http://247cliq.com/wp-content/uploads/2017/07/cate.jpg I marked it out with red block. Thanks as I wait for the right solution.

Post count: 23312

Hello humphreyjr,

Try to use the code below and place it in Theme panel -> Custom CSS area.

.sf-menu .td-icon-menu-down {
position: absolute;
top: 50%;
margin-top: -5px;
padding-left: 7px;
font-size: 9px;
}

The result is here -> https://www.screencast.com/t/gPFdqldNVbA

Thanks for the message!

Post count: 5

Hello Catalin the problem have started again and the code is still correct at the custom css. What should I do this time?

Post count: 23312

Hello humphreyjr,

Please try using the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-icon-menu-down {
line-height:13px;
}

Thanks for the message!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.