Community Forums › Forums › Archived Forums › Design Tips and Tricks › Centre Footer Widgets
Tagged: footer widgets
- This topic has 14 replies, 2 voices, and was last updated 8 years, 9 months ago by
jono.cusack.
-
AuthorPosts
-
August 16, 2014 at 11:56 am #119232
jono.cusack
MemberIs there a way that I can change the the width of the footer widgets and have them more in the centre of the page? I would like the text still to be left justified though.
Thanks so much guys!
You're incredible!
Jono
http://www.seesomething.com.auAugust 16, 2014 at 1:17 pm #119235JanHoek
Participant.footer-widgets .wrap {
width: 1000px;
}
or smallerAnd make the footer widgets smaller. Don't forget to make them also smaller in the media sizes.
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
August 16, 2014 at 1:50 pm #119239jono.cusack
MemberHi Jan! Thanks for getting back to me. Sorry I 'm really new at this, where do I put;
.footer-widgets .wrap {
width: 1000px;
}Cheers!
Jono
August 16, 2014 at 1:58 pm #119240JanHoek
ParticipantHow did you build this theme. Dynamik?
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
August 16, 2014 at 2:31 pm #119251jono.cusack
MemberBuild? I downloaded and installed it into WordPress.
August 16, 2014 at 2:40 pm #119252JanHoek
ParticipantBecause your stylesheets look like http://www.seesomething.com.au/?custom-css=1&csblog=1&cscache=6&csrev=48 and that's not a normal child theme install. So I can not loook in your default css and give you advice.
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
August 16, 2014 at 2:42 pm #119253jono.cusack
MemberI've only made some edits to the CSS Stylesheet Editor that's all.
This is all:
/* To Centre Galleries */
div.gallery-row {
margin-right: auto;
margin-left: auto;
}/* For horizontal secondary menu drop down*/
.genesis-nav-menu.menu-secondary .sub-menu {
width: auto;
}.menu-secondary .sub-menu .menu-item {
float: left;
}/*Horizontal Secondary Menu and Font Size*/
.genesis-nav-menu .sub-menu a {
width: 125px;
font-size: auto;
text-align: center;
}August 16, 2014 at 2:46 pm #119254JanHoek
ParticipantDo you have the link to your style.css for me?
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
August 16, 2014 at 2:49 pm #119255jono.cusack
MemberI'm not sure how to provide you a link to it?
August 16, 2014 at 2:51 pm #119256JanHoek
Participanthttp://www.seesomething.com.au/wp-content/themes/your-theme-name/style.css
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
August 16, 2014 at 2:52 pm #119257jono.cusack
Memberhttp://www.seesomething.com.au/wp-content/themes/magazine-pro/style.css
Wow! I didn't know that, thanks for that trick.
Jono
August 16, 2014 at 2:57 pm #119259JanHoek
ParticipantWhy is this 5000px in your stylesheet?
.footer-widgets .wrap { width: 5000px; }
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
August 16, 2014 at 3:03 pm #119262jono.cusack
MemberI honestly have no idea, the only foray into CSS I have made was through the CSS Stylesheet Editor, could it because of a plugin, or did it come pre-written?
August 16, 2014 at 3:08 pm #119264JanHoek
ParticipantThere a lot of changes made in the css and you say you didn't do it. So there must be a problem with editors or plugins. the best is to solve that problem first. I have no ide what that is then.
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
August 16, 2014 at 3:15 pm #119268jono.cusack
MemberSo what do I do?
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.