Osclass forums

Support forums => Themes => Twitter => Topic started by: romantica on November 30, 2014, 07:06:10 pm

Title: align horizontal menu theme twitter
Post by: romantica on November 30, 2014, 07:06:10 pm
hello, anyone know how to align the menu has horizontal in twitter theme?
see print.
thank you
best regards
Title: Re: align horizontal menu theme twitter
Post by: dev101 on November 30, 2014, 08:26:48 pm
Hi,

1) if you want to keep disc type, you need to add float:left; margin-right:30px; (adjust margin value -- 30px is just an example)
2) if you do not need discs in front of the text, you can just add display:inline;

to your <li> tags in CSS file (use inspect element to find it)

Regards
Title: Re: align horizontal menu theme twitter
Post by: romantica on December 01, 2014, 02:28:19 pm
hello thank you I solved the problem of alignment of the text, but I lost the frame header to see the copy, I do not know how to retrieve the frame!
thank you
Title: Re: align horizontal menu theme twitter
Post by: dev101 on December 01, 2014, 02:54:17 pm
Hi, not sure I understand what do you mean by 'frame' ?
Background color ? You can add background-color: #CE7A08; (same color in your first screenshot) to your <ul> tag.

Regards