vratsasg
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [raindrops] Change Width of a Single Postyeah nobita that was the problem and i found the solution.
Where ever you install your plugin for example i put it at photos page
that i did is i open photos page and i choose text and not visual just to see the code and i found that text box and i changed the width and as you see now its ok https://fcschania.gr/?page_id=15so the solution for everyone is :
Go to page that you had put your plugin nextgen gallery
change view to text from visual
find in the code <div textbox> and change the widththanks again for your great theme nobita and your time to answer!!!
Forum: Themes and Templates
In reply to: [raindrops] Change Width of a Single Postsorry i ll explain to you better
I have this page https://fcschania.gr/?page_id=15 and i use nextGen gallery as you see at content to show my pictures.As you see i want to have more than 2 columns at my pics but i cant do it cause entry contents width is 400px and i want to change it ONLY for this page id.If you inpect element at this page you ll see at inside entry contents there is a div textbox with only 400px.So i posted something like this<?php if ( is_single(specific page id) ) { ?>
<style>
and here grab element entry content or entrycontent-textbox
and set a value like width:600px</style>
<?php } ?>
thanks for your reply!
Forum: Themes and Templates
In reply to: [raindrops] change sub menu font weightthanks nobita for your responce!
i found the solution by adding this#top #access .sub-menu li{
font-size:100%;
}at style.css and then i changed the font size of submenu at my menu.
Forum: Themes and Templates
In reply to: [raindrops] menu mouse touch#top #access a:hover{
color:#E60000;
font-size:110%;
font-style:italic;}
this worked for me at styles.css
thanks!
Forum: Themes and Templates
In reply to: [raindrops] Change Site Title Fontsorry the answer was in front of my eyes
@import url(https://fonts.googleapis.com/css?family=Parisienne);
#site-title span{
font-family: ‘Parisienne’, cursive;
}thanks!!
Forum: Themes and Templates
In reply to: [raindrops] Change Site Title Fontnice this worked for me but what about to change the font family of site title and not only the font size
I read that with css3 i can use whatever font i like.
i tried at fonts.css to change font family but without result.
Thanks!Forum: Themes and Templates
In reply to: [raindrops] Submenu Hidedi found the solution to my problem
at style css at menu header i changed overflow to visible!Forum: Themes and Templates
In reply to: [raindrops] Submenu Hidedhttps://tinypic.com/view.php?pic=2rm4dx1&s=5#.UnRkGOK6DEc
As you see at the photo at menu-header my menu stays back when i expand my menu to submenu.for example at martial arts i have 3 pages!
Sorry for this image but when i complete the site i am gonna bye space and etc…now i am running this through xampp
Forum: Themes and Templates
In reply to: [raindrops] add images to menu-headerThanks Sir Problem Solved!
i input this because i want to align this logo
<IMG STYLE=”position:absolute; TOP:35px; LEFT:170px; WIDTH:50px; HEIGHT:50px” SRC=”image.jpg”>
this worked for me
thanks!!!