• Recently, I changed the number of footer columns from four to six from css>library>admin>templates>general.php in Arras theme.

    Then, I could change primary and secondary sidebar width from css>layout>3c-r-fixed.css.

    But I am not able to change the width of the footer sidebars from anywhere, including user.css. I have gone through all css files, base, default, etc. but am unable to find “footer-sidebar width”. View page source shows: “.footer-sidebar { width: 154px; }</style>, but I cannot find this in any of the css files. I need to change it to 190px. Help is highly appreciated. Thanks & Regards.

    Website: http://www.udupinet.com

Viewing 8 replies - 1 through 8 (of 8 total)
  • it’s not in your css file. It generated through some function by Arras WP Theme
    if you want to change that value just add this to your css file:

    .footer-sidebar { width: 100px !important; }
    where 100 is your value

    Thread Starter Shrikant Shenoy

    (@snshenoy)

    Thanks for your response tasko. I have been trying for days on end that in user.css, base.css, 3c-r-fixed.css. Zilch. Nothing. Tried almost all tricks. Nothing. Quite I few changes elsewhere succeeded, but here is where it is stuck. Looks awful….

    Have you asked on the theme’s forums here:

    http://forums.arrastheme.com/

    These forums only support themes from the repository on this site, so that’s likely to be your best source of help.

    Thread Starter Shrikant Shenoy

    (@snshenoy)

    Yes, this little riddle is posted there…

    The wordpress.org support forums are meant for the core application, themes and plugins that are distributed on wordpress.org. We do not support themes downloaded from elsewhere.

    Thread Starter Shrikant Shenoy

    (@snshenoy)

    Thanks esmi, Arras was once on WordPress and since then I have been using it.

    I’m sorry but the theme is no longer hosted here.

    Thread Starter Shrikant Shenoy

    (@snshenoy)

    Yes sir, I am aware of it, but I thought someone, just someone, may be able to help. This little riddle has flummoxed me. Neither have I got any relief from the theme’s forums. Apart from Arras I use many other themes for my different projects.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Changing footer width in Arras’ is closed to new replies.