eic2010
Forum Replies Created
-
AuthorPosts
-
Thanks, I think I’m nearly there now!
Appreciate your help!This reply has been marked as private.Thanks but I am struggling a little, what is the css code for the wp geo directory sidebar? For example the themes sidebar is
#secondary .widget-title span {
background-color: #cc3737;
}
how do I start to modify the sidebar for the directory?Thanks, worked a treat!
This reply has been marked as private.ok thats great thanks for your help!
Ok I think i’ve worked out how to change the size. Ive used:
.geodir-sidebar-right {
width: 27%!important;}
It seems to have worked, please advise if that is incorrect.
However I still cant find out how to correct the title issue. Any ideas is much appreciated!
Thanks in advanceIve also noticed that the sidebar on the geo pages is bigger, how do I make sure its the same size as the home page?
Hi
Thanks for that. I’ve had a look but everything I’ve tried only seems to change it on the homepage. Any pages related to the geo directory doesnt change.
Any ideas what the css would be for the widget title for these pages?
Thanks again for your helpHi Kor
Thank you that worked great.
If I removed the custom css then the two column wasnt showing on desktop as two, it too was reverting to one column.geodir_category_list_view li {
margin-right:15px!important;
}.geodir_category_list_view li.gridview_onehalf {
width: 45%!important;
}
@media only screen and (max-width: 500px) {
.geodir_category_list_view li.gridview_onehalf {
width: 100%!important;
}
}but going with the above code has worked, thank you!
Hi
Thanks for that
I tried that but on a phone it shows small. How do I have it show as two on a desktop but revert to a large one column on smaller devices?And on a desktop it shortens the listings on the right.
Hi
Sorry again!
But when I now look at it on a phone the column now remains as two. Ideally I would like it to show as two columns on desktop but then as one on phonesThats great, thanks so much!
Sorry to be a pain but If I want the padding/margin between the two listings to be bigger what would I need to do?This reply has been marked as private.Ahh thank you, you are a star! Works perfectly! One little thing makes all the difference……!
Thanks again! -
AuthorPosts