JesterFX
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [AccessPress Lite] Responsive Child Themeresolved, removed and reuploaded stylesheet
Forum: Themes and Templates
In reply to: [AccessPress Lite] Responsive Child Themeputting
!importantafter any of my classes in the child stylesheet has no effect@media screen and max-width 1024px { #primary { width:888px !important; } #site-title { font-size: 4.5rem !important; background:red; } }am i missing something?
Thanks
Forum: Themes and Templates
In reply to: [AccessPress Lite] Responsive Child ThemeForum: Themes and Templates
In reply to: [AccessPress Lite] content text too close to sidebarsHopefully i understand what you are after, if not apologise,
Change the css values to (in you child stylesheet)
.hentry {
margin: 0 0 15px 20px;
}.sidebar.right-sidebar {
margin-right: -10px;
}Forum: Themes and Templates
In reply to: [AccessPress Lite] Changesassuming you have made a child theme, you will need to make the changes to in the css to
.socials a{
border: 1px solid #000;
color:#000;
}
.socials a:hover{
background: #000;
}the same for the navigation
.main-navigation {
background: none repeat scroll 0 0 #000;
border-bottom: 3px solid #000;
clear: both;
display: block;
font-family: “Lato”,sans-serif;
font-weight: 300;
position: relative;
}Use firebug plugin for firefox, will help
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] current item menuI have added #access .current-menu-item > a
to the style sheet to make this workForum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] Edit widgetThank you
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] No login linkThank you, a strange one this as all seems well when i used it today.
Resolved