Hello,
on my local server the text I entered into Image Caption Text looked just the way like in the demo template.
Now I moved the page to test server and the format changed. I can't find the reason why.
How can I adjust the excess length the images cover the header background image?
[strike]How can I adjust the visible hight of the header background image?[/strike]
http://test.garde-division-germany.de/
Thanks and regards,
Marek
- Internetional
-
- Commercial Templates
- Friday, 20 May 2016
- Subscribe via email
Note: We just happen to use Firebug however you will find most browsers these days have similar tools as standard. Simply right click an element and hit 'Inspect Element' (FireFox) or 'Inspect' (Chrome). Applied CSS will appear in a window at the bottom right. To the right of each selector you will see the file name the CSS is located in. Hovering over this filename will show the exact location. You can also disable CSS to see how it effects the viewport in the same area or even add new CSS properties.
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hi Marek
Using Firebug (http://getfirebug.com/) we were able to inspect the element (GridGallery paragraph) to see what CSS was been applied to it. From this we could see that there was styling been applied from a CSS files located in your Twitch module folder which was effecting the font-size. Something like the follow....
As it happens the paragraph in the GridGallery module also has the class 'description '.
Ciarán
Using Firebug (http://getfirebug.com/) we were able to inspect the element (GridGallery paragraph) to see what CSS was been applied to it. From this we could see that there was styling been applied from a CSS files located in your Twitch module folder which was effecting the font-size. Something like the follow....
.description {
font-size: 0.8em;
}
As it happens the paragraph in the GridGallery module also has the class 'description '.
Ciarán
- more than a month ago
- Commercial Templates
- # 2
Hi Marek
There appears to be a small CSS clash with the Twitch module. [/code]
Ciarán
Hi Ciarán,
thanks for your answer. How did you figure out that the twitch module is causing the problems?
Regards, Marek
- more than a month ago
- Commercial Templates
- # 3
Hi Marek
There appears to be a small CSS clash with the Twitch module. To amend try adding the following to the Custom CSS field of your templates parameters....
Ciarán
There appears to be a small CSS clash with the Twitch module. To amend try adding the following to the Custom CSS field of your templates parameters....
.j51gridgallery p.description {
font-size: 14px;
height: auto;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 4
Hi Ciarán,
thank you, that solved the second issue.
The main Problem still is that the "Image Caption Text" in "Gridgallery Module" is only displaying first line and in a very small type size.
thank you, that solved the second issue.
The main Problem still is that the "Image Caption Text" in "Gridgallery Module" is only displaying first line and in a very small type size.
- more than a month ago
- Commercial Templates
- # 5
My apologies for the delay. We somehow missed this one.
Presuming I understand you correctly to amend try adding the following to the Custom CSS field of your templates parameters (default -120px)...
Ciarán
Presuming I understand you correctly to amend try adding the following to the Custom CSS field of your templates parameters (default -120px)...
.top-1 .gridgallery {
margin-top: -50px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 6
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »