Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Kevin-LeMasters-PixelParade/519b762f411298a3bd089700da83b0f0 to your computer and use it in GitHub Desktop.
Save Kevin-LeMasters-PixelParade/519b762f411298a3bd089700da83b0f0 to your computer and use it in GitHub Desktop.
@media (min-width: 1224px){
div.cwfp_glbl_popup {
margin-right: -175px; }
div.cwfp_glbl_popup > div {
height: min-content;
max-height: 75vh;
width: 1050px;
max-width: 100%;
}
.actionPopUpChilds{
display: flex;
max-width: auto;
/* width: 750px; */
flex-wrap: wrap;
}
.actionPopUpChilds > div{
min-width: 350px;
}
.wrapper {
padding-left: 310px;
}
.cwcpf_sideNav_wrap {
width: 310px;
overflow: visible;
}
}
.cwcpf_sideNav_wrap ul li {
position: relative;
margin-top: 24px;
display: block;
min-width: 220px;
white-space: nowrap;
}
a[href="/agencyos"], a[href="/ugurus"]{
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment