Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
October 9, 2013 at 9:14 pm in reply to: Revolution Slider Navigation – Arrow settings not working #26062
Hi Tahir,
I’m not trying to edit the css directly so I shouldn’t have to use !important.
I should be able to make this adjustment in the Revolution Sliders interface.Go to Revolution Slider / Edit Slider / Navigation
– in this panel are settings that should adjust the placement/style of the Slider Navigation but only some of them appear to be effective.If you look, you’ll see my current settings are:
Navigation Left/Right Arrow Vertical Align set to “Bottom” and the Horizontal and Vertical Offsets to “20″.
However, when I view the Revolution Slider, the Arrows are centered vertically and have more than a 20px offset.Michael
October 9, 2013 at 3:59 pm in reply to: Revolution Slider Navigation – Arrow settings not working #26020This reply has been marked as private.I have just purchased/installed Flexform and am dealing with the same Logo Size issue.
There is a “Logo Width” setting in Theme Options / Header Options but for some reason this doesn’t appear to take precedence in the css.
Looking at the code, I see:
<div id="logo" class="span3 clearfix">
and span3 is defined in bootstrap-responsive.min.css:.span3 { width: 270px; }
It looks like this setting is overwriting a previous setting bootstrap.min.css which indicates width: 220px.
I setup a Child theme and added your suggested code to test:
#logo img { width: 400px; }
but that had no affect.
I tried adjusting the .span3 in the Child Theme but that disrupts the layout.
Is there a better way to resolve this issue?
Thank you,
-
Posted in: We hit Power Elite.