-
Similar Content
-
By Claude203
I would like to format the Testimonial Box for mobile devices, considering that the container is a dynamic section.
Aside from targeting the specific elements in the @media section, is there anything else I could use to affect the dynamically changing shape?
@media only screen and (max-device-width: 700px) {
?
?
}
Thank you!
-
By gansoma
Hi! There is any option to link a box to another part of the same page ?, I have solved it in the case of tittles but I can't make it run with the boxes.
Thanks!
-
By kulmetehan
Hi guys,
Is not being able to edit the font size also a known bug?
See the footer on my website homepage: http://betercv.nl
Here you can see that the textbox on the bottom left corner has a logo and some text in it. Even though I've set the text size (in the text box) to 14px, it keeps staying on 22px.
I tried some css but I'm not so great in that.
What I did was:
Set the styling class of the textbox to: ".footertb"
And then I put the folowing line in to the editor:
.footertb { font-size: 14px; } But it didn't work. Any idea what I'm doing wrong and what I can do to fix it? -
By jacobtippett+
Hello,
I am trying to get a MediaBox clickable, which I was able to do, but when doing so it added a large amount of unneccesary padding to the top and bottom of the image. I am trying to get it very close to the navigation bar. I can't seem to figure out how to fix this: [attachment=1670:Screen Shot 2013-10-19 at 1.36.19 AM.png]
The code I am using is:
<a href="http://therefinerychurch.org/about/vision"> <img border="0" src="[pl_site_url]/wp-content/uploads/2013/10/visionhome.jpg" alt="Our Vision"></a></p> I am putting that code in the embed HTML section of a MediaBox. Website: http://therefinerychurch.org Thanks! -
By Jinfiltration
Hi,
I need to center the words in the menu bar and the dropdown box, may i know where should i edit in CSS?
i did some edit on the css file, i finally moved the dropdown box to almost center, but i couldnt move the word in the menu to the center.
-