Here is my website that I am trying to finish up (www.charlesthorpe.com/home). I'd really like to move the entire menu to the left, along with the buttons for my background slider.
Also I'd really like to change the color of my slider (background gallery) buttons to black to match my social media icons.
I really appreciate any help you can offer, thanks in advance!
Moving menu content & changing the colors of the buttons for background gallery
4 posts from 3 voices-
Posted 1 year ago #
-
Hey,
1) Add following code to css/custom.css:
.arrowslidecontrolls_fullscreen { left: 0; } .sidebar.sidebar_absolute { left: 0; position: fixed; }2) You need to edit the image source files. You can find the icons in the psd files which come with the theme.
Posted 1 year ago # -
Thanks so much for the quick reply! You're awesome. I added the code, and didn't adjust the location of my menu or the slide controls. Are they possibly already as far left as they can be? Thanks in advance!
PS: If possible I'd like to move the menu UP as well so that it is as far towards the top of the page as possible. Thanks!
Posted 1 year ago # -
Hey,
the code Dude provided works. I added something that'll also make it aligned to the top.
.arrowslidecontrolls_fullscreen { left: 0; } .sidebar.sidebar_absolute,.sidebar { left: 0; position: fixed; top: -50px; }I didn't find the code Dude provided on your site, you must have put it somewhere else or maybe removed it? The custom.css file can be found in Flashlight/css/custom.css
Let us know if it works :)Posted 1 year ago #
Reply
You must log in to post.














