-
Author
-
August 2, 2013 at 23:27 #1136twoshoesParticipant
Hi,
it seems the right column on the profile pages is a little too wide. Because of this, the menu in the profile page stretches over 2 rows (after translation). Would it be possible to make the right column just a few pixels less wide, so that all of the menu on the profile page can be on 1 row?August 3, 2013 at 16:44 #1145SQadminKeymasterHi twoshoes,
The entire layout is built on Foundation framework and the sidebar has four columns. If you want the sidebar to be narrower you can’t change just a few pixels less, instead of this you can change it from four to three columns. You also need to change the main content from eight columns to nine.Be careful with these files and always make a backup first 🙂
a). Change “four” to “three” in sidebar.php – around line 15 and
../sweetdate/footer.php – around line 37b). Change “eight” to “nine” in fallowing:
../sweetdate/page-templates/left-sidebar.php – around line 34
../sweetdate/page-templates/right-sidebar.php – around line 30
../sweetdate/footer.php – around line 44
../sweetdate/sidebar.php – around line 15../sweetdate/page-parts/general-before-wrap.php – around line 31
../sweetdate/sidebar-woocommerce.php – around line 15
../sweetdate/page-parts/buddypress-before-wrap.php – around line 27Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 4, 2013 at 12:53 #1157SQadminKeymasterAlso make sure to use the child theme and do not alter main theme files. Copy the original main theme files to your child theme and modify them there.
This makes the update process smoother.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.