-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add boxed layout? #5
Comments
Hi cars111, sorry i missed this. Since Radix is mainly been aimed at developers, I didn't see a need to add this feature. Also, no easy solution here. You'll need to edit - when needed - the HTML structure in order to get it work correctly .. And since Radix is based on Bootstrap, you need to learn more about Bootstrap Containers & Grid system Well, You may try something like:
in style.css ... Sure, you can change 960px to whatever you need. As for adding a new theme option, you need to add a new array to Body section in admin > RaduxCoer > section.php file. For example, to add Image Select field could be something like:
Next, you need to edit your HTML structure in header.php Something like:
Sorry, the codes are not perfect. I tried to make it clear as possible ... I'll try to add this feature in the upcoming releases. More about adding Image Select field |
Hi thanks for the help, I have managed to get the options loading n added the graphics for the, I have also added the css and the html, I have been trying for hours but cant seem to work out where to add the I have tried everywhere in header.php, but it makes no difference. I have used the .container like you have used in the navbar section Hope you can help Thanks |
Hi I have found that making page templates a lot easier :) no need to have it in options. Only 1 other problem the navbar is not scaling when you place a logo. Might be a bug? Thanks |
Hello cars111, About navbar scaling, I've pushed a fix. Please update to v1.1.2 Thank you |
hi how do I add a boxed layout grid? and add it to options? at the mo its full width and is causing a few issues with visual composer. Thanks again
The text was updated successfully, but these errors were encountered: