Advertisement:

Author Topic: align horizontal menu theme twitter  (Read 1221 times)

romantica

  • Premium
  • Hero Member
  • *****
  • Posts: 1092
  • salut tout le monde
align horizontal menu theme twitter
« 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

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: align horizontal menu theme twitter
« Reply #1 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

romantica

  • Premium
  • Hero Member
  • *****
  • Posts: 1092
  • salut tout le monde
Re: align horizontal menu theme twitter
« Reply #2 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

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: align horizontal menu theme twitter
« Reply #3 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