IM_Design
Circle Member-
Content Count
62 -
Joined
-
Last visited
Recent Profile Visitors
-
BSRP reacted to an answer to a question: 7.1 removing text link underlines
-
Supremo reacted to an answer to a question: 7.1 removing text link underlines
-
creedon reacted to an answer to a question: Adjusting the font size for Album Page track titles
-
Adjusting the font size for Album Page track titles
IM_Design posted a question in Coding and Customization
Looking to increase the font size of the tracks titles on the right side of my Album Page and there's no built-in style for this. -
Adjusting the font size for mobile navigation links
IM_Design replied to IM_Design's question in Coding and Customization
Here's what worked for me in the CSS Editor: .header-menu-nav-item a { font-size: 20px !important; }- 1 reply
-
- css
- navigation
-
(and 1 more)
Tagged with:
-
Adjusting the font size for mobile navigation links
IM_Design posted a question in Coding and Customization
I'm not finding an option with version 7.1 yet to adjust the mobile navigation font size, any options?- 1 reply
-
- css
- navigation
-
(and 1 more)
Tagged with:
-
Center links and remove padding from folders
IM_Design replied to IM_Design's question in Coding and Customization
Here's an option that worked okay for me within the CSS Editor: .header-nav-folder-content { text-align: center !important; padding:2px !important; max-width: 100% !important; margin-right: 15px !important; } Important Note: this works well if you have a folder title that's a bit longer and the pages within the folder don't have exceptionally long titles. If you have a folder with a really short title, the code above is going to make each navigation link within the folder wrap to multiple lines which may not be ideal. If you're planning to use shorter folder titles and long -
Center links and remove padding from folders
IM_Design posted a question in Coding and Customization
Looking for more styling options for folders on version 7.1. I think centering the links and reducing some of that extra padding would be more ideal. -
IM_Design reacted to an answer to a question: Summary Block blog excerpt font size
-
@Roxyjee Summary Blocks do have to pull from other collection pages, so you'd add the video to a Gallery Page on version 7.0 first: Summary Blocks | Select the content
- 4 replies
-
- summary-block
- css
-
(and 1 more)
Tagged with:
-
Product details page - reduce Quantity field padding
IM_Design posted a question in Coding and Customization
The "quantity" field on the product details page for version 7.1 has a lot of padding / empty space in the field that I'd like to reduce. -
Product details page - remove variant drop down padding
IM_Design replied to IM_Design's question in Coding and Customization
Here's what worked for me in the CSS Editor: .variant-select-wrapper {padding: 5px !important} -
Product details page - remove variant drop down padding
IM_Design posted a question in Coding and Customization
The drop down menus for product variants on version 7.1 have a lot of built-in padding and I'd like to reduce that. -
Product details page top padding
IM_Design replied to IM_Design's question in Coding and Customization
Here's what worked for me in the CSS Editor: .ProductItem-details {padding-top:0 !important} -
When the content alignment for the product details text on my 7.1 site is set to "top" there's still some padding above the text so it doesn't line up with the product gallery properly. Looking for a solution to fix that.
-
Portfolio Page pagination for projects not scaling for mobile
IM_Design replied to IM_Design's question in Coding and Customization
Here's what worked on my 7.1 site within the CSS Editor: First, adjust the size for the pagination font for the desktop display to your liking. View a project and go into Design > Fonts > Your font pack > Advanced > Pagination and adjust "Pagination Size" there. Then go into the CSS Editor and paste in this code to adjust the font size just for mobile: @media only screen and (max-width:700px){ .item-pagination-title {font-size: 17px !important;} } You can adjust the "17px" to a different number to increase or decrease the mobile pagination font size from there -
Montauk Blog Page hide publish date
IM_Design replied to IM_Design's question in Coding and Customization
Ah this works for me in the CSS Editor: .date {display: none}- 1 reply
-
- montauk-template
- blog-page
-
(and 2 more)
Tagged with: