Post by zaidladha » Mon May 15, 2017 12:02 pm

Hi,
I have searched and found some information, but have tried all of it, and I guess it may be for other variations of opencart.

I only have 4 links in the nav bar, and want to center them, and increase the font size so they look better. (to me at least)

I am on version of opencart 2.3.0.2 and its a fresh install, this will be the first change (haven't even installed vqmod yet).


Please help me out. Thank You

Active Member

Posts

Joined
Wed Jun 05, 2013 3:07 pm

Post by viethemes » Mon May 15, 2017 2:51 pm

To do that you can install my free extension Custom CSS and add below code

Code: Select all

@media (min-width: 768px) {
	#menu .nav {
		float: none;
		text-align: center;
	}
	#menu .nav > li {
		float: none;
		display: inline-block;
	}
}

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by zaidladha » Mon May 15, 2017 3:08 pm

Thank you. Works perfectly.

Active Member

Posts

Joined
Wed Jun 05, 2013 3:07 pm
Who is online

Users browsing this forum: No registered users and 105 guests