This topic has 4 replies, 2 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
Hi there
I have 3 questions:
1) on mobile devices the icon with x on portfolio’s image ( in my case is the item FOTO PRODOTTI ) is not aligned inside circle
2) How can reduce space between menu item ( home, shop, foto prodotti, etc ) in menu sidebar
3) Is it possible to have copyright or some text under the social network icons in the menu sidebar?
Thanks a lot
Hello,
1. Add this code in custom.css file:
@media only screen and (max-width: 480px) {
.wp-picture .zoom a:first-child span:before, .swiper-slide .zoom a:first-child span:before, .portfolio-image .zoom a:first-child span:before {
line-height: 60px !important;
}}
2. Please add this code in custom.css file:
.header-vertical-enable .page-wrapper .header-type-vertical2 .container .menu > li > a {
padding: 7px !important;
}
3. Go to Theme Options > Header > Header custom HTML for vertical header variants and write your text under [share]
shortcode which is used for social media icons.
Regards,
Eva Kemp.
GREAT
thanks a lot
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘icon to enlarge image in portfolio on mobile view is not aligned’' has been successfully resolved, and the topic is now closed for further responses