-
Author
-
June 22, 2015 at 21:39 #64352zafariParticipant
I tried to use some of Radu’s CSS code for removing a left sidebar border, modifying for my right sidebar, but it’s not working. Any ideas?
.sidebar-right, .sidebar-extra.sidebar-3ll, .sidebar-main.sidebar-3ll, .sidebar-main.sidebar-3lr, .sidebar-main.sidebar-3rr {
border-left-style:solid;
border-left-width:0px !important;
}.template-page.tpl-left, .template-page.tpl-3ll, .sidebar-extra.sidebar-3ll, .sidebar-extra.sidebar-3lr, .sidebar-extra.sidebar-3rr {
border-right: 0;
border-left-style: solid;
border-left-width: 0px;
}June 22, 2015 at 21:43 #64353sharmstrModeratortry this instead
COPY CODE.template-page.tpl-left, .template-page.tpl-3ll, .sidebar-extra.sidebar-3ll, .sidebar-extra.sidebar-3lr, .sidebar-extra.sidebar-3rr { border-right: none; border-left-style: none; border-left-width: 0; } .sidebar-left, .sidebar-extra.sidebar-3ll, .sidebar-main.sidebar-3ll, .sidebar-main.sidebar-3lr, .sidebar-main.sidebar-3rr { border-right-style: solid; border-right-width: 0; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 22, 2015 at 21:47 #64354zafariParticipantStill not working. Other ideas?
See here:
http://www.originalgirlfriendsnetwork.com.php53-17.dfw1-2.websitetestlink.com/how-does-ogn-work/June 22, 2015 at 21:58 #64355sharmstrModeratorSorry, I looked at the code your provided and saw nothing but left sidebar code, so that’s what I gave you.
try this instead
COPY CODE.template-page { border-right-width: 0; } .sidebar-right, .sidebar-main.sidebar-3rr { border-left-width: 0; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.