Forum Replies Created
-
AuthorPosts
-
Please close this topic.
Please close this topic.
Please cancel, I worked around it with the image placement. You can close this topic.
Using Chrome browser to print to a HP Laserjet printer (or even Save as PDF).
The image above shows it on an iPad, along with the problem. And no I do not want the text breaking in the middle of a word – just on a space between words like it should.
But it’s not breaking on the second column where there is a word break (Houston/Southwest Market)? Should break there after Southwest and move Market to line below.
Great that worked with a few changes to the numbers – thanks so much.
For everyone wondering about how to do this, here’s the code that I placed in the style.css sheet (or you could place in the Quick CSS area):
/* == TO STYLE 2ND MENU IN FOOTER == */
.my_extra_menu_class li {
float: right;
display: block;
padding: 0 0 0 20px;
border-left-style: solid;
border-left-width: 1px;
line-height: 10px;
}#socket:nth-child(2) .container {
margin-top: -50px;
padding-bottom: 25px;
}Add this to the functions.php file:
add_action( ‘init’, ‘register_my_new_menu’ );
function register_my_new_menu() {
register_nav_menu(‘footer-second’,__( ‘Footer Second Menu’ ));
}I added the menu I wanted and checked secondary footer menu. No need to change anything in the footer.php file.
Thanks again Yigit.
Thank you – that’s great, it moved the menu to the right side as needed. How would I close the gap between the two menus? I tried using a negative number in the padding for the top in both the #socket and the .my_extra_class_menu, but neither one moved the menus closer together.
I don’t understand – it works OK on the iPhone, i.e. the responsive portion of the table shows correctly. It’s responsive and should work for a tablet as well.
Also, it’s not a table, but set up as 4 one quarter elements. Each element should shift to the next line if it is too big.
Thanks Yigit, but it still is not lining up correctly (see below). I tried changing the CSS, but there seems to be no effect, even if I comment it out. What am I doing wrong?
Thanks.
I have done no changes, the same issue still exist. See image below
Thanks.
Nick
Not what I was looking for. It gives me this:
I am looking for a small menu under the first socket menu. I was able to replicate the socket menu below it, but can’t get it to change the links to my ‘Socket 2 Menu’. See here:
Thanks.
Nick
OK, that seems to work, although not sure why. Thank you.
Figured it out. Was in a container. Moved the magazine element to be by itself and that corrected it.
Thanks.
Not for that area. I have for header and footer options for tablets and mobile screens.
The writing is cutoff on the second image. You should be able to see what the title is for each post.
It’s not just the last column, but the second column also overlaps on some. It should expand the fields to the correct size and make the fields wrap to the next line if needed.
I’m actually using a color section, but this works there under the “For Developers Section ID”. Tried under individual column blocks using Custom CSS Class and it didn’t work there – so I guess it has to be a section ID field.
Thanks for your help!
Works good. Thank you!
See below.
-
AuthorPosts