simple spacing problem
13 years 5 months ago #255
by bjamminb
simple spacing problem was created by bjamminb
Hi, after succesfully setting up a maximenu I have now also added a second menu on the bottom of the page too. This is just a simple text menu but i am having trouble getting it to align left. If you visit the site
here
and scroll to the bottom of the page you will see two menus, one on top of the other, the html menu (below) is in the correct place, but the maximenu (above) seems to be aligning to the right within module "footerleft"
i have tried several css options but can't seem to find the problem
hope you can help!
i have tried several css options but can't seem to find the problem
hope you can help!
Please Log in or Create an account to join the conversation.
13 years 5 months ago #256
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: simple spacing problem
hi
you have a css issue because you don't reset the padding of UL element. Add these lines in your css :
div#maximenuCKbottom ul {
padding:0;
}
you have a css issue because you don't reset the padding of UL element. Add these lines in your css :
div#maximenuCKbottom ul {
padding:0;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
13 years 5 months ago #257
by bjamminb
Replied by bjamminb on topic Re: simple spacing problem
thanks so much
Please Log in or Create an account to join the conversation.
Time to create page: 0.216 seconds