Title: Slider Alignment
Last modified: August 21, 2016

---

# Slider Alignment

 *  Resolved [superbeej](https://wordpress.org/support/users/superbeej/)
 * (@superbeej)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/slider-alignment/)
 * Hi
 * I love this theme it is great but i seem to have a problem with the theme slider.
 * It is aligned to the right when i use the image dimensions that are recommended
   and the text is too. How would i fix this please?
 * I have changed the code in firebug which fixed the alignment, but i can’t find
   where to do this in the back end
 * from
 * style=”width: 100%; float: left; margin-right: -100%; position: relative; display:
   none;”
 * to
 * style=”width: 100%; float: left; margin-right: 100%; position: relative; display:
   none;”
 * [http://www.c2caudio.com](http://www.c2caudio.com)
 * any help would be appreciated
 * thank you
 * ben

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [Edde Poon](https://wordpress.org/support/users/partyforeplay/)
 * (@partyforeplay)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/slider-alignment/#post-4299366)
 * Good day superbeej,
 * Fairly simple way to tackle it since you are not using a child theme.
    Just go
   to appearance>customize>custom css and add
 * > element.style {
   >  margin-right: 100%; }
 * Hope this help and keep the music flowing.
 *  Thread Starter [superbeej](https://wordpress.org/support/users/superbeej/)
 * (@superbeej)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/slider-alignment/#post-4299376)
 * Hi Edde
 * Thanks for getting back to me so quickly, i don’t seem to have the option of 
   custom css but i do have edit css ( i was looking for custom css as i have used
   this with a different theme )
 * I have added the code but it doesn’t appear to have done anything.
 * The word element is in red, i feel like i am missing something obvious 🙁
 *  [Edde Poon](https://wordpress.org/support/users/partyforeplay/)
 * (@partyforeplay)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/slider-alignment/#post-4299400)
 * So sorry about that. At this late at night I did not realize I was telling you
   to edit a element.style. It’s actually not part of your stylesheet.
 * Now with that said I cant seem to find anything wrong with your css. I installed
   the theme and my margin-right in element.style is also -100% but it is centered.
 * Have you edit anything else with css that would make the slider move?
 *  Theme Author [Template Express](https://wordpress.org/support/users/danstriker/)
 * (@danstriker)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/slider-alignment/#post-4299408)
 * hi guys, yes the -100% actually comes from the slider js file. It looks like 
   something has been changed in the css
 *  Thread Starter [superbeej](https://wordpress.org/support/users/superbeej/)
 * (@superbeej)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/slider-alignment/#post-4299473)
 * hi
 * the only thing that i have changed is the colour of the box around the jetpack
   widget for facebook in the footer.
 * I will try a few more attempts to get this to work and let you know. Thank you
   for trying to help 🙂
 *  Thread Starter [superbeej](https://wordpress.org/support/users/superbeej/)
 * (@superbeej)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/slider-alignment/#post-4299474)
 * If i have one featured image / post, it is central, but when i add the second
   one, that is when the right alignment happens.
 * i have tried a few different images. and the same happens.
 * just to clarify, i have a post category called featured with the slug label as
   featured. the image i have used are 2000×500 and are all compressed for web.
 * :-/
 * any ideas?
 *  Theme Author [Template Express](https://wordpress.org/support/users/danstriker/)
 * (@danstriker)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/slider-alignment/#post-4299506)
 * hello, if nothing has been changed in your styles I am not sure what the problem
   can be. Have you tried disabling your plugins to see if there is a conflict?
 *  Thread Starter [superbeej](https://wordpress.org/support/users/superbeej/)
 * (@superbeej)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/slider-alignment/#post-4299507)
 * Hi
 * Yes i have tried disabling all plugins one at a time and it has made no difference.
 * Really gutted it’s not working 🙁
 * Is there anywhere in the backend that i can change the -100 value so that it 
   is 100 as this works when i change it in firebug 🙂
 * Thanks again
 *  [alfredchan](https://wordpress.org/support/users/alfredchan/)
 * (@alfredchan)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/slider-alignment/#post-4299557)
 * I am having this problem too 🙁
 * My site is: [http://www.gazellemedia.com.au](http://www.gazellemedia.com.au)
 * I have tried disabling all plugins to no success. I have also tried editing the
   js file and remove “marginRight:”-100%” which got the slider to align in the 
   centre but messed up the slider transitioning. Instead of sliding left to right,
   it would slide up and down creating two banners and extened the height of the
   page. Editing the js file also messed up the slider for mobile and tablet viewing.
 * Does anyone have any other ideas?
 *  [bzerbe323](https://wordpress.org/support/users/bzerbe323/)
 * (@bzerbe323)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/slider-alignment/#post-4299586)
 * I am having this problem too.
    [http://www.bzdesign.net/authenticfoodadventures/](http://www.bzdesign.net/authenticfoodadventures/)
 * And the custom header I installed for the additional pages is also doing the 
   same thing.
    [http://www.bzdesign.net/authenticfoodadventures/thai-cuisine/](http://www.bzdesign.net/authenticfoodadventures/thai-cuisine/)
 *  Theme Author [Template Express](https://wordpress.org/support/users/danstriker/)
 * (@danstriker)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/slider-alignment/#post-4299587)
 * Hello, this is normally caused by your logo being too big for the header. The
   recommended logo height is 78px. If your logo needs to be bigger you can add 
   this to the style.css flie:
 *     ```
       #masthead-wrap {
       min-height: 100px;
       }
       ```
   
 *  [bzerbe323](https://wordpress.org/support/users/bzerbe323/)
 * (@bzerbe323)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/slider-alignment/#post-4299588)
 * That was it! Thank you.
 *  Theme Author [Template Express](https://wordpress.org/support/users/danstriker/)
 * (@danstriker)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/slider-alignment/#post-4299589)
 * great – good luck with your website 🙂

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Slider Alignment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/adamos/3.2/screenshot.png)
 * Adamos
 * [Support Threads](https://wordpress.org/support/theme/adamos/)
 * [Active Topics](https://wordpress.org/support/theme/adamos/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/adamos/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/adamos/reviews/)

 * 13 replies
 * 5 participants
 * Last reply from: [Template Express](https://wordpress.org/support/users/danstriker/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/slider-alignment/#post-4299589)
 * Status: resolved