Hi there,
there is a large padding to the right of my menu titles. How do I reduce this padding? See the site at:
http://sunroomsireland.ie/newwebsite/
I look forward to your response.
Thank you
Hi there,
there is a large padding to the right of my menu titles. How do I reduce this padding? See the site at:
http://sunroomsireland.ie/newwebsite/
I look forward to your response.
Thank you
This was done to make the width consistent. You can change it in a few ways by editing style.css (wp-content/themes/avisio)
You can remove line 207:
<br />
width:97px;<br />
You can add this after line 207:
<br />
text-align:center;<br />
So that each link is centered in the box and it doesn't look quite as awkward.
Try one of those and let me know if it helps.
Hi,
Thanks for your response. I did what you said and it looks much better now.
Thank you
You must log in to post.