- This topic has 10 replies, 2 voices, and was last updated 8 years, 4 months ago by
Leo.
-
AuthorPosts
-
December 4, 2017 at 8:28 am #441363
purnima banik
Hi Tom,
I am a newbie in this field, want to design the widget items(hovering and underline effect only) of my blog http://dajobb.com/ like the widget item of the website link given below https://wordpress.org/support/forum/multisite/
Also in mobile view, the sidebar of my website does not seem to left indented rather it comes almost in the middle of the screen.
Would be grateful if you kindly suggest the CSS code to implement this two option on my blog.December 4, 2017 at 8:53 am #441382Leo
StaffCustomer SupportHi there,
– Not sure what you mean? Which elements would you like to underline in your sites? The items in sidebar?
– Sidebar widget looks left indented on mobile to me? https://s33.postimg.org/p59ylzdjj/2017-12-04_0853.png
Are you seeing something different?December 4, 2017 at 9:03 am #441393purnima banik
Yes, I wanted to underline and having the same effect only on the items only in the sidebar. With regard to indentation, I wanted the items to be a bit more left indented like other blogs as usual
December 4, 2017 at 11:17 am #441494purnima banik
Could you please suggest the CSS code?
December 4, 2017 at 1:04 pm #441556Leo
StaffCustomer SupportSidebar underline:
.sidebar a:hover { text-decoration: underline; }Sidebar padding on mobile:
@media (max-width: 768px) { .widget-area .widget { padding-left: 0px; } }December 5, 2017 at 7:42 am #442246purnima banik
I wanted the same effect on widget as on this website
https://wordpress.org/support/forum/multisite/
but the CSS code as suggested shows underline when hovered even that too is not extended, actually, I wanted the same thing as on this website, Sorry, but if you could suggest. It would be very very helpful.
Thanks.December 5, 2017 at 8:08 am #442285Leo
StaffCustomer SupportI’m not sure what you mean? Underline looks the same to me?
If you are seeing something different, can you leave the CSS in?
December 5, 2017 at 8:39 am #442324purnima banik
I think I am unable to make you understand, actually the underline while hovering is ok. It is working with the CSS as suggested but I also wanted the divider (I guess), in between the widgets as shown in this webpage https://wordpress.org/support/forum/multisite/
This is what I was asking for?December 5, 2017 at 12:40 pm #442536Leo
StaffCustomer SupportSomething like this?
.widget ul li { border-bottom: 1px solid #000000; }December 6, 2017 at 4:08 am #442901purnima banik
Yes, many many thanks, Leo. Sorry for troubling you. Keep up the good support. Have a good day
December 6, 2017 at 8:45 am #443110Leo
StaffCustomer SupportNo problem! 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.