Where in the CSS does it define the location of the Left Menubar that appears on every page? I'm trying to butt it right up to the left side of the page. It butts up to the left side of the page on the home page, but each subsequent page does not for some reason.. Maybe I'm looking in the wrong place to change this code?
Left Menubar Location?
16 posts from 4 voices-
Posted 1 year ago #
-
Also, somehow the grey that should be underneath the Left Menubar on all of the pages except for the homepage is now gone, and I have no idea why... Here is the link to the site:
http://battle.terrelltechnology.com
Thanks in advance!
Posted 1 year ago # -
to make the sidebar flush on the left side, in custom.css add
.container { margin: 0; }Posted 1 year ago # -
I had a similar issue this worked for me:
.sidebar, .arrowslidecontrolls_fullscreen { left:0 !important;
}.container {
margin: 0;
}Posted 1 year ago # -
Thank you both very much for the replies! That worked perfectly. The menu sidebar is now perfectly tucked up against the left side of the screen. One more question, though.. Where in the CSS does it define the position of the content boxes? For example, if you take a look at the about page for the site that I posted up above, you'll see that the content boxes are too far over to the Left.. How do I move those more to the Right?
Thanks again! :)
Posted 1 year ago # -
Nevermind, I figured that part out, lol. :)
Where do I go in the code to change what it says in the footer/copyright section of the menu sidebar? Also, where do I go to change the contact form itself?
Thanks in advance! :)
Posted 1 year ago # -
Hi,
You can find it in sidebar.php, find this line of code:
echo "<span class='copyright'>".__('© Copyright','avia_framework')." <a href='".home_url('/')."'>".get_bloginfo('name')."</a></span>";For the contact form you can check it here: wp-content\themes\flashlight\includes\contact-form.php
Hope this helps. :)
Regards,
IsmaelPosted 1 year ago # -
Thanks for the reply, Ismael. If you take a look at the site that I posted up top, how do I get rid of the small padding/gap between the footer module on the sidebar and the rest of the nav items above it? There's that small see-through gap, and I'd like that to be gone. Any ideas?
Posted 1 year ago # -
Hi,
I assume that what you want to get rid of is the gap between the menu items and the copyright below, so here is the code:
#socket { top: 0 !important; }Hope this helps. :)
Regards,
IsmaelPosted 1 year ago # -
Ismael, you are awesome! That worked perfectly.
Another question for you - how do I get rid of that RSS icon in the footer?
Posted 1 year ago # -
Hi evopanop,
Kindly add this code:
.rss { display: none !important; }Hope this helps and I'm glad that I could help you. :)
Cheers,
IsmaelPosted 1 year ago # -
Ismael, you rock! Thanks again for all of the help so far. I really appreciate it.
Sorry I'm bugging you guys so much, but I've got another question... lol. If I set the home page of the theme to show the "mini content area", how would I go about making that mini content area's background color transparent? Also, where in the CSS does it define the margins for that mini content area? Like say, for example, I wanted to float that mini content area to the middle of the page or throw it to the top right, or something along those lines.
Thanks in advance! :)
Posted 1 year ago # -
Hi evopanop,
You add this code in Quick CSS or custom.css:
.entry-mini .box { background: transparent !important; }You can find the padding or margin defined in style.css: just find these line of codes:
.box {
and
.entry-mini {Hope this helps. :)
Regards,
IsmaelPosted 1 year ago # -
Ismael, thanks again! You are truly a credit to your company. :D
Posted 1 year ago # -
Hey Ismael,
Couple of questions for you. On the homepage, what do I need to modify in the code so that the mini content area does not display the name of the page?
Also, as you can see, I've made it so that the mini content area is now an Ad area. Is there any way to have some sort of javascript or something that would be able to put an arrow on that mini content area so that people could click on it and that mini content area would slide off the page. And then you could click the arrow again and the mini content area would slide back onto the page?
Thanks in advance! :)
Posted 1 year ago # -
Hi evopanop,
Try this code:
.entry-mini h1.post-title { display: none; }Regarding with the arrow that might need some javascript, I don't think I can help you with that but try to post that on the forum, the other support members might know how to do that. :)
Regards,
IsmaelPosted 1 year ago #
Reply
You must log in to post.














