Wolfs bRain
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Verbo] Changing size of titleHere you go morphi0s. This CSS code should allow you to change the size of the font within the picture.
.valign-cell h1 { font-size: 500% !important; }
As for the bottom widgets I believe you should be able to change them if you go to your dashboard and Appearance>Widgets. Look for the text widget with the content and you should be able to change it to your liking.
Be sure whenever making any CSS changes to your theme to either add them through a CSS plugin or through a child theme.
Hope this helps ??
Forum: Themes and Templates
In reply to: [Point] Edit FooterHi there dblegendz,
Would you be so kind as to give us a link to your site?Forum: Themes and Templates
In reply to: [Verbo] Changing size of titleHi there morphi0s,
Can you give us a link to your site to give it a looksie?Forum: Themes and Templates
In reply to: Remove white space thin line in body and footerThis should take care of all the lines Cicilia:
footer#footer { border-top:none } h3 { border-bottom: none !important; } header#header { border-bottom: none; } td { border-bottom: none !important; }
Forum: Themes and Templates
In reply to: Logo and Nav bar aligning problemNo problem Cicilia. Glad to be of help. If you ever have any questions feel free to ask anytime.
Wolfy and Brain (^_^)
Forum: Themes and Templates
In reply to: Logo and Nav bar aligning problemO ok i get what your going for. Hows about this?
#logo { margin-left: 370px; } nav#navigation { float: left !important; } nav#navigation { margin-top:85px !important; margin-left:-345px !important; }
Forum: Themes and Templates
In reply to: Logo and Nav bar aligning problemNo problem Cicilia. Thats what we are here for. Tell me what you think of this.
#logo { margin-left: 250px; } nav#navigation { float: left !important; } nav#navigation { margin-top:55px !important; margin-left:-150px !important; }
Forum: Themes and Templates
In reply to: Logo and Nav bar aligning problemHello again,
Try this code in your css#logo { margin-left: 185px; } nav#navigation { float: left !important; } nav#navigation {margin-top:17px !important;}
Forum: Themes and Templates
In reply to: Custom CSS not workingThat would probably be best. Make you new thread with your new questions and we will answer as best we can.
Forum: Themes and Templates
In reply to: Custom CSS not workingHi there Cicilia,
We just checked your site at https://www.peekmybook.com/ and don’t see the red border you mentioned. If you are still seeing it even after deleting the custom css try deleting you browsers cache and then trying to go to your site again. If this works or if you have any questions feel free to ask.Wolfy and Brain
Forum: Themes and Templates
In reply to: [Pinboard] BlogHey Sarit,
I just tried it on my version of Pinboard and it seems to work just fine. All i can think of is to check the permalink and page and make sure that it matches the item in your menu. Ive run across pages with the same name but with different permalinks. To see where the Blog menu item is linking to simply go to Appearance on your dashboard and then Menus. You will see the items in your Nav bar there. Hope this helps.Forum: Themes and Templates
In reply to: [Tesla] IPhone responsive view issuesAny time Fury. Thats what we’re here for. If you ever need anything else feel free to ask.
Forum: Themes and Templates
In reply to: Migrating From Blogger: Need Similar ThemeIm glad you liked it Tub. If you have any questions about the theme shoot us a message anytime. Have fun!
Forum: Themes and Templates
In reply to: [Tesla] IPhone responsive view issuesWell all changes would be done through CSS. You mentioned the theme you have at the moment has a CSS override. You could probably add the Media queries there. If not, you can make the changes either in a plugin such as Jet Pack or through a Child theme.
Media Queries are basically css that is specifying a css function to a specific screen size.
Here is one link i found useful.
https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Media_queries
In the end your media queries would have this format.
@media (min-width: 700px) { ... }
Your css changes would go where the dots are.I wouldn’t change the Bootstrap file in any way. Just add the new css code to the plugin, child theme. or the css override you mentioned. Hope this helps. If you have any further questions let me know
Forum: Themes and Templates
In reply to: Migrating From Blogger: Need Similar ThemeHi there Tub,
One theme i would suggest is the Responsive theme by Cyber Chimp. It has a few similarities to the site you mentioned and the necessary features you might want including the two columns layout, recent posts and more. Although the color scheme might be a little different, its nothing a little Css cant fix. The themes functionality more than makes up for the little css work you might have to do. Ive made numerous sites that look nothing like the original Responsive theme including my own page but they all started with Responsive as the Parent theme. If you have any questions feel free to ask.Wolfy and Brain (^_^)