Tagged: enfold, Header options
Hi,
the following header options on miApple.me are too near to the borders:
Header Social Icons left:
https://www.evernote.com/shard/s251/sh/b3684b1a-a35a-4afe-8b52-e460188216d1/184e8671da165932c392a9627437b636
or
Header Secondary Menu left (my preferred option):
https://www.evernote.com/shard/s251/sh/d5703cc9-0938-464e-a482-57707e8da910/18c3681dff153768e11cb7a009f9fe03
How to resolve?
Cheers,
Gee Are
Hey Gee Are!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child {
padding: 0 10px!important; }
Regards,
Yigit
Hi Yigit,
thanks, it works for the last entry “miShopping Tips’. However, the padding for the other submenu items is different from the last one. How can I set the padding equal for all items of the submenu?
Cheers,
Gee Are
Hi!
Can you post a screenshot of the issue? Padding is 10px between secondary menu items
Best regards,
Yigit
Have a look here:
https://www.evernote.com/shard/s251/sh/c2186039-aea3-4f92-af05-ad4095592627/7b40efb432560b85b454d9fd47df2f9c
Cheers,
Gee Are
Hey!
Please replace the code i posted earlier with following one
.av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child {
padding: 0 15px 0 10px!important;
}
Regards,
Yigit
Hi Yigit,
thanks, nearly perfect. The only thing is that “miShopping Tipps” is still a little bit to close to right end when I reduce the size.
Any further suggestion?
Thanks again for your kind support!
Cheers,
Gee Are
Hey!
You can adjust it using following code
.av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child { padding-right: 20px!important; }
Cheers!
Yigit
Hey Yigit,
works! Thanks!
Gee Are